Html Css Color HEX #768011 Trendy Green

📋 copy color: '#768011'

red 118 ◦ green 128 ◦ blue 17

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

Shades of Trendy Green #768011

Tints of Trendy Green #768011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 44.87%
G = 48.67%
B = 6.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#768011 (or 0x768011) is known color: Trendy Green. HEX triplet: 76, 80 and 11. RGB value is (118,128,17). Sum of RGB (Red+Green+Blue) = 118+128+17=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #768011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768011 is #897FEE. Grayscale: #707070. Windows color (decimal): -9011183 or 1146998. OLE color: 1146998.

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

Color convert

RGB 118 128 17 -
CMYK 0.08 0 0.87 0.50
HSL 65.41º 0.77% 0.28% -
HSV(B) 65.41º 0.87% 0.5% -
XYZ 15.29 19.33 3.46 -
YUV 112.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 118 128 17 0.08 0 0.87 0.50 65.41 0.77 0.28
Hex 76 80 11 8 0 57 32 41 4D 1C
Octal 166 200 21 10 0 127 62 101 115 34
Binary 1110110 10000000 10001 1000 0 1010111 110010 1000001 1001101 11100

Color Harmonies of #768011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768011

Black with #768011

Text Example


Text Example

White with #768011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768011; }

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

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

background-color css

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

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

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

border-color css

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

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

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