Html Css Color HEX #837F14 Trendy Green

📋 copy color: '#837F14'

red 131 ◦ green 127 ◦ blue 20

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

Shades of Trendy Green #837F14

Tints of Trendy Green #837F14

RGB

 RED value IS 131 (51.56% from 255) = 47.12%

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 47.12%
G = 45.68%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837F14 (or 0x837F14) is known color: Trendy Green. HEX triplet: 83, 7F and 14. RGB value is (131,127,20). Sum of RGB (Red+Green+Blue) = 131+127+20=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #837F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F14 is #7C80EB. Grayscale: #747474. Windows color (decimal): -8159468 or 1343363. OLE color: 1343363.

HSL color Cylindrical-coordinate representation of color #837F14: hue angle of 57.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837F14 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 20 -
CMYK 0 0.03 0.85 0.49
HSL 57.84º 0.74% 0.3% -
HSV(B) 57.84º 0.85% 0.51% -
XYZ 17.08 20.05 3.63 -
YUV 116 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 131 127 20 0 0.03 0.85 0.49 57.84 0.74 0.3
Hex 83 7F 14 0 3 55 31 3A 4A 1E
Octal 203 177 24 0 3 125 61 72 112 36
Binary 10000011 1111111 10100 0 11 1010101 110001 111010 1001010 11110

Color Harmonies of #837F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F14

Black with #837F14

Text Example


Text Example

White with #837F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F14; }

 p { color: rgb(131,127,20); }

 H1.HeaderClassName
 {
   color: #837F14;
 }
 .AnyTagClassName
 {
   color: #837F14;
 }
</style>

background-color css

<style>
 a { background-color: #837F14; }

 a { background-color: rgb(131,127,20); }

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

border-color css

<style>
 span { border-color: #837F14; }

 span { border-color: rgb(131,127,20); }

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