Html Css Color HEX #76802C Trendy Green

📋 copy color: '#76802C'

red 118 ◦ green 128 ◦ blue 44

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

Shades of Trendy Green #76802C

Tints of Trendy Green #76802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 40.69%
G = 44.14%
B = 15.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#76802C (or 0x76802C) is known color: Trendy Green. HEX triplet: 76, 80 and 2C. RGB value is (118,128,44). Sum of RGB (Red+Green+Blue) = 118+128+44=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #76802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76802C is #897FD3. Grayscale: #737373. Windows color (decimal): -9011156 or 2916470. OLE color: 2916470.

HSL color Cylindrical-coordinate representation of color #76802C: hue angle of 67.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76802C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 44 -
CMYK 0.08 0 0.66 0.50
HSL 67.14º 0.49% 0.34% -
HSV(B) 67.14º 0.66% 0.5% -
XYZ 15.65 19.47 5.32 -
YUV 115.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 118 128 44 0.08 0 0.66 0.50 67.14 0.49 0.34
Hex 76 80 2C 8 0 42 32 43 31 22
Octal 166 200 54 10 0 102 62 103 61 42
Binary 1110110 10000000 101100 1000 0 1000010 110010 1000011 110001 100010

Color Harmonies of #76802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76802C

Black with #76802C

Text Example


Text Example

White with #76802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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