Html Css Color HEX #768016 Trendy Green

📋 copy color: '#768016'

red 118 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #768016

Tints of Trendy Green #768016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 44.03%
G = 47.76%
B = 8.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#768016 (or 0x768016) is known color: Trendy Green. HEX triplet: 76, 80 and 16. RGB value is (118,128,22). Sum of RGB (Red+Green+Blue) = 118+128+22=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #768016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768016 is #897FE9. Grayscale: #717171. Windows color (decimal): -9011178 or 1474678. OLE color: 1474678.

HSL color Cylindrical-coordinate representation of color #768016: hue angle of 65.66º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #768016 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 22 -
CMYK 0.08 0 0.83 0.50
HSL 65.66º 0.71% 0.29% -
HSV(B) 65.66º 0.83% 0.5% -
XYZ 15.34 19.35 3.69 -
YUV 112.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 118 128 22 0.08 0 0.83 0.50 65.66 0.71 0.29
Hex 76 80 16 8 0 53 32 42 47 1D
Octal 166 200 26 10 0 123 62 102 107 35
Binary 1110110 10000000 10110 1000 0 1010011 110010 1000010 1000111 11101

Color Harmonies of #768016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768016

Black with #768016

Text Example


Text Example

White with #768016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768016; }

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

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

background-color css

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

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

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

border-color css

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

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

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