Html Css Color HEX #76861F Trendy Green

📋 copy color: '#76861F'

red 118 ◦ green 134 ◦ blue 31

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

Shades of Trendy Green #76861F

Tints of Trendy Green #76861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 41.7%
G = 47.35%
B = 10.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#76861F (or 0x76861F) is known color: Trendy Green. HEX triplet: 76, 86 and 1F. RGB value is (118,134,31). Sum of RGB (Red+Green+Blue) = 118+134+31=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #76861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76861F is #8979E0. Grayscale: #757575. Windows color (decimal): -9009633 or 2066038. OLE color: 2066038.

HSL color Cylindrical-coordinate representation of color #76861F: hue angle of 69.32º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76861F is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 31 -
CMYK 0.12 0 0.77 0.47
HSL 69.32º 0.62% 0.32% -
HSV(B) 69.32º 0.77% 0.53% -
XYZ 16.24 21 4.49 -
YUV 117.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 118 134 31 0.12 0 0.77 0.47 69.32 0.62 0.32
Hex 76 86 1F C 0 4D 2F 45 3E 20
Octal 166 206 37 14 0 115 57 105 76 40
Binary 1110110 10000110 11111 1100 0 1001101 101111 1000101 111110 100000

Color Harmonies of #76861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76861F

Black with #76861F

Text Example


Text Example

White with #76861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76861F; }

 p { color: rgb(118,134,31); }

 H1.HeaderClassName
 {
   color: #76861F;
 }
 .AnyTagClassName
 {
   color: #76861F;
 }
</style>

background-color css

<style>
 a { background-color: #76861F; }

 a { background-color: rgb(118,134,31); }

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

border-color css

<style>
 span { border-color: #76861F; }

 span { border-color: rgb(118,134,31); }

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