Html Css Color HEX #837F05 Olive

📋 copy color: '#837F05'

red 131 ◦ green 127 ◦ blue 5

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

Shades of Olive #837F05

Tints of Olive #837F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 49.81%
G = 48.29%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#837F05 (or 0x837F05) is known color: Olive. HEX triplet: 83, 7F and 05. RGB value is (131,127,5). Sum of RGB (Red+Green+Blue) = 131+127+5=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #837F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F05 is #7C80FA. Grayscale: #727272. Windows color (decimal): -8159483 or 360323. OLE color: 360323.

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

Color convert

RGB 131 127 5 -
CMYK 0 0.03 0.96 0.49
HSL 58.1º 0.93% 0.27% -
HSV(B) 58.1º 0.96% 0.51% -
XYZ 16.98 20.02 3.11 -
YUV 114.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 131 127 5 0 0.03 0.96 0.49 58.1 0.93 0.27
Hex 83 7F 5 0 3 60 31 3A 5D 1B
Octal 203 177 5 0 3 140 61 72 135 33
Binary 10000011 1111111 101 0 11 1100000 110001 111010 1011101 11011

Color Harmonies of #837F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F05

Black with #837F05

Text Example


Text Example

White with #837F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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