Html Css Color HEX #76802B Trendy Green

📋 copy color: '#76802B'

red 118 ◦ green 128 ◦ blue 43

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

Shades of Trendy Green #76802B

Tints of Trendy Green #76802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 40.83%
G = 44.29%
B = 14.88%

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

#76802B (or 0x76802B) is known color: Trendy Green. HEX triplet: 76, 80 and 2B. RGB value is (118,128,43). Sum of RGB (Red+Green+Blue) = 118+128+43=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #76802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76802B is #897FD4. Grayscale: #737373. Windows color (decimal): -9011157 or 2850934. OLE color: 2850934.

HSL color Cylindrical-coordinate representation of color #76802B: hue angle of 67.06º degrees, saturation: 0.5, 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 #76802B is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 43 -
CMYK 0.08 0 0.66 0.50
HSL 67.06º 0.5% 0.34% -
HSV(B) 67.06º 0.66% 0.5% -
XYZ 15.63 19.46 5.22 -
YUV 115.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 118 128 43 0.08 0 0.66 0.50 67.06 0.5 0.34
Hex 76 80 2B 8 0 42 32 43 32 22
Octal 166 200 53 10 0 102 62 103 62 42
Binary 1110110 10000000 101011 1000 0 1000010 110010 1000011 110010 100010

Color Harmonies of #76802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76802B

Black with #76802B

Text Example


Text Example

White with #76802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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