Html Css Color HEX #76802E Trendy Green

📋 copy color: '#76802E'

red 118 ◦ green 128 ◦ blue 46

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

Shades of Trendy Green #76802E

Tints of Trendy Green #76802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 40.41%
G = 43.84%
B = 15.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#76802E (or 0x76802E) is known color: Trendy Green. HEX triplet: 76, 80 and 2E. RGB value is (118,128,46). Sum of RGB (Red+Green+Blue) = 118+128+46=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #76802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76802E is #897FD1. Grayscale: #737373. Windows color (decimal): -9011154 or 3047542. OLE color: 3047542.

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

Color convert

RGB 118 128 46 -
CMYK 0.08 0 0.64 0.50
HSL 67.32º 0.47% 0.34% -
HSV(B) 67.32º 0.64% 0.5% -
XYZ 15.68 19.49 5.52 -
YUV 115.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 118 128 46 0.08 0 0.64 0.50 67.32 0.47 0.34
Hex 76 80 2E 8 0 40 32 43 2F 22
Octal 166 200 56 10 0 100 62 103 57 42
Binary 1110110 10000000 101110 1000 0 1000000 110010 1000011 101111 100010

Color Harmonies of #76802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76802E

Black with #76802E

Text Example


Text Example

White with #76802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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