Html Css Color HEX #76841E Trendy Green

📋 copy color: '#76841E'

red 118 ◦ green 132 ◦ blue 30

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

Shades of Trendy Green #76841E

Tints of Trendy Green #76841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 42.14%
G = 47.14%
B = 10.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#76841E (or 0x76841E) is known color: Trendy Green. HEX triplet: 76, 84 and 1E. RGB value is (118,132,30). Sum of RGB (Red+Green+Blue) = 118+132+30=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #76841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76841E is #897BE1. Grayscale: #747474. Windows color (decimal): -9010146 or 1999990. OLE color: 1999990.

HSL color Cylindrical-coordinate representation of color #76841E: hue angle of 68.24º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76841E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 30 -
CMYK 0.11 0 0.77 0.48
HSL 68.24º 0.63% 0.32% -
HSV(B) 68.24º 0.77% 0.52% -
XYZ 15.96 20.45 4.33 -
YUV 116.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 118 132 30 0.11 0 0.77 0.48 68.24 0.63 0.32
Hex 76 84 1E B 0 4D 30 44 3F 20
Octal 166 204 36 13 0 115 60 104 77 40
Binary 1110110 10000100 11110 1011 0 1001101 110000 1000100 111111 100000

Color Harmonies of #76841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76841E

Black with #76841E

Text Example


Text Example

White with #76841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,132,30); }

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

background-color css

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

 a { background-color: rgb(118,132,30); }

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

border-color css

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

 span { border-color: rgb(118,132,30); }

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