Html Css Color HEX #768916 Trendy Green

📋 copy color: '#768916'

red 118 ◦ green 137 ◦ blue 22

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

Shades of Trendy Green #768916

Tints of Trendy Green #768916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.46%

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

R = 42.6%
G = 49.46%
B = 7.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#768916 (or 0x768916) is known color: Trendy Green. HEX triplet: 76, 89 and 16. RGB value is (118,137,22). Sum of RGB (Red+Green+Blue) = 118+137+22=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #768916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768916 is #8976E9. Grayscale: #767676. Windows color (decimal): -9008874 or 1476982. OLE color: 1476982.

HSL color Cylindrical-coordinate representation of color #768916: hue angle of 69.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #768916 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 22 -
CMYK 0.14 0 0.84 0.46
HSL 69.91º 0.72% 0.31% -
HSV(B) 69.91º 0.84% 0.54% -
XYZ 16.56 21.8 4.09 -
YUV 118.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 118 137 22 0.14 0 0.84 0.46 69.91 0.72 0.31
Hex 76 89 16 E 0 54 2E 46 48 1F
Octal 166 211 26 16 0 124 56 106 110 37
Binary 1110110 10001001 10110 1110 0 1010100 101110 1000110 1001000 11111

Color Harmonies of #768916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768916

Black with #768916

Text Example


Text Example

White with #768916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768916; }

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

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

background-color css

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

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

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

border-color css

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

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

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