Html Css Color HEX #76851E Trendy Green

📋 copy color: '#76851E'

red 118 ◦ green 133 ◦ blue 30

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

Shades of Trendy Green #76851E

Tints of Trendy Green #76851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

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

R = 41.99%
G = 47.33%
B = 10.68%

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

#76851E (or 0x76851E) is known color: Trendy Green. HEX triplet: 76, 85 and 1E. RGB value is (118,133,30). Sum of RGB (Red+Green+Blue) = 118+133+30=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #76851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76851E is #897AE1. Grayscale: #757575. Windows color (decimal): -9009890 or 2000246. OLE color: 2000246.

HSL color Cylindrical-coordinate representation of color #76851E: hue angle of 68.74º 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 #76851E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 30 -
CMYK 0.11 0 0.77 0.48
HSL 68.74º 0.63% 0.32% -
HSV(B) 68.74º 0.77% 0.52% -
XYZ 16.09 20.72 4.38 -
YUV 116.77 79.03 128.88 -
System Red Green Blue C M Y K H S L
Decimal 118 133 30 0.11 0 0.77 0.48 68.74 0.63 0.32
Hex 76 85 1E B 0 4D 30 45 3F 20
Octal 166 205 36 13 0 115 60 105 77 40
Binary 1110110 10000101 11110 1011 0 1001101 110000 1000101 111111 100000

Color Harmonies of #76851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76851E

Black with #76851E

Text Example


Text Example

White with #76851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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