Html Css Color HEX #748622 Trendy Green

📋 copy color: '#748622'

red 116 ◦ green 134 ◦ blue 34

#748622
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #748622

Tints of Trendy Green #748622

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 40.85%
G = 47.18%
B = 11.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#748622 (or 0x748622) is known color: Trendy Green. HEX triplet: 74, 86 and 22. RGB value is (116,134,34). Sum of RGB (Red+Green+Blue) = 116+134+34=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #748622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748622 is #8B79DD. Grayscale: #757575. Windows color (decimal): -9140702 or 2262644. OLE color: 2262644.

HSL color Cylindrical-coordinate representation of color #748622: hue angle of 70.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #748622 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 34 -
CMYK 0.13 0 0.75 0.47
HSL 70.8º 0.6% 0.33% -
HSV(B) 70.8º 0.75% 0.53% -
XYZ 16.02 20.88 4.7 -
YUV 117.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 116 134 34 0.13 0 0.75 0.47 70.8 0.6 0.33
Hex 74 86 22 D 0 4B 2F 47 3C 21
Octal 164 206 42 15 0 113 57 107 74 41
Binary 1110100 10000110 100010 1101 0 1001011 101111 1000111 111100 100001

Color Harmonies of #748622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748622

Black with #748622

Text Example


Text Example

White with #748622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748622; }

 p { color: rgb(116,134,34); }

 H1.HeaderClassName
 {
   color: #748622;
 }
 .AnyTagClassName
 {
   color: #748622;
 }
</style>

background-color css

<style>
 a { background-color: #748622; }

 a { background-color: rgb(116,134,34); }

 div.DivClassName
 {
   background-color: #748622;
 }
 .BgClassName
 {
   background-color: #748622;
 }
</style>

border-color css

<style>
 span { border-color: #748622; }

 span { border-color: rgb(116,134,34); }

 td.TdClassName
 {
   border-color: #748622;
 }
 .TagClassName
 {
   border-color: #748622;
 }
</style>