Html Css Color HEX #768216 Trendy Green

📋 copy color: '#768216'

red 118 ◦ green 130 ◦ blue 22

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

Shades of Trendy Green #768216

Tints of Trendy Green #768216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 43.7%
G = 48.15%
B = 8.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#768216 (or 0x768216) is known color: Trendy Green. HEX triplet: 76, 82 and 16. RGB value is (118,130,22). Sum of RGB (Red+Green+Blue) = 118+130+22=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #768216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768216 is #897DE9. Grayscale: #727272. Windows color (decimal): -9010666 or 1475190. OLE color: 1475190.

HSL color Cylindrical-coordinate representation of color #768216: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #768216 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 22 -
CMYK 0.09 0 0.83 0.49
HSL 66.67º 0.71% 0.3% -
HSV(B) 66.67º 0.83% 0.51% -
XYZ 15.6 19.87 3.77 -
YUV 114.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 118 130 22 0.09 0 0.83 0.49 66.67 0.71 0.3
Hex 76 82 16 9 0 53 31 43 47 1E
Octal 166 202 26 11 0 123 61 103 107 36
Binary 1110110 10000010 10110 1001 0 1010011 110001 1000011 1000111 11110

Color Harmonies of #768216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768216

Black with #768216

Text Example


Text Example

White with #768216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768216; }

 p { color: rgb(118,130,22); }

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

background-color css

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

 a { background-color: rgb(118,130,22); }

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

border-color css

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

 span { border-color: rgb(118,130,22); }

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