Html Css Color HEX #768612 Trendy Green

📋 copy color: '#768612'

red 118 ◦ green 134 ◦ blue 18

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

Shades of Trendy Green #768612

Tints of Trendy Green #768612

RGB

 RED value IS 118 (46.48% from 255) = 43.7%

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 43.7%
G = 49.63%
B = 6.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#768612 (or 0x768612) is known color: Trendy Green. HEX triplet: 76, 86 and 12. RGB value is (118,134,18). Sum of RGB (Red+Green+Blue) = 118+134+18=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #768612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768612 is #8979ED. Grayscale: #747474. Windows color (decimal): -9009646 or 1214070. OLE color: 1214070.

HSL color Cylindrical-coordinate representation of color #768612: hue angle of 68.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #768612 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 18 -
CMYK 0.12 0 0.87 0.47
HSL 68.28º 0.76% 0.3% -
HSV(B) 68.28º 0.87% 0.53% -
XYZ 16.11 20.95 3.77 -
YUV 115.99 72.7 129.43 -
System Red Green Blue C M Y K H S L
Decimal 118 134 18 0.12 0 0.87 0.47 68.28 0.76 0.3
Hex 76 86 12 C 0 57 2F 44 4C 1E
Octal 166 206 22 14 0 127 57 104 114 36
Binary 1110110 10000110 10010 1100 0 1010111 101111 1000100 1001100 11110

Color Harmonies of #768612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768612

Black with #768612

Text Example


Text Example

White with #768612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768612; }

 p { color: rgb(118,134,18); }

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

background-color css

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

 a { background-color: rgb(118,134,18); }

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

border-color css

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

 span { border-color: rgb(118,134,18); }

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