Html Css Color HEX #768616 Trendy Green

📋 copy color: '#768616'

red 118 ◦ green 134 ◦ blue 22

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

Shades of Trendy Green #768616

Tints of Trendy Green #768616

RGB

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

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

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

R = 43.07%
G = 48.91%
B = 8.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#768616 (or 0x768616) is known color: Trendy Green. HEX triplet: 76, 86 and 16. RGB value is (118,134,22). Sum of RGB (Red+Green+Blue) = 118+134+22=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #768616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768616 is #8979E9. Grayscale: #747474. Windows color (decimal): -9009642 or 1476214. OLE color: 1476214.

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

Color convert

RGB 118 134 22 -
CMYK 0.12 0 0.84 0.47
HSL 68.57º 0.72% 0.31% -
HSV(B) 68.57º 0.84% 0.53% -
XYZ 16.14 20.96 3.95 -
YUV 116.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 118 134 22 0.12 0 0.84 0.47 68.57 0.72 0.31
Hex 76 86 16 C 0 54 2F 45 48 1F
Octal 166 206 26 14 0 124 57 105 110 37
Binary 1110110 10000110 10110 1100 0 1010100 101111 1000101 1001000 11111

Color Harmonies of #768616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768616

Black with #768616

Text Example


Text Example

White with #768616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768616; }

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

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

background-color css

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

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

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

border-color css

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

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

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