Html Css Color HEX #837005 Olive

📋 copy color: '#837005'

red 131 ◦ green 112 ◦ blue 5

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

Shades of Olive #837005

Tints of Olive #837005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

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

R = 52.82%
G = 45.16%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#837005 (or 0x837005) is known color: Olive. HEX triplet: 83, 70 and 05. RGB value is (131,112,5). Sum of RGB (Red+Green+Blue) = 131+112+5=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #837005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837005 is #7C8FFA. Grayscale: #696969. Windows color (decimal): -8163323 or 356483. OLE color: 356483.

HSL color Cylindrical-coordinate representation of color #837005: hue angle of 50.95º 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 #837005 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 5 -
CMYK 0 0.15 0.96 0.49
HSL 50.95º 0.93% 0.27% -
HSV(B) 50.95º 0.96% 0.51% -
XYZ 15.18 16.42 2.51 -
YUV 105.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 131 112 5 0 0.15 0.96 0.49 50.95 0.93 0.27
Hex 83 70 5 0 F 60 31 33 5D 1B
Octal 203 160 5 0 17 140 61 63 135 33
Binary 10000011 1110000 101 0 1111 1100000 110001 110011 1011101 11011

Color Harmonies of #837005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837005

Black with #837005

Text Example


Text Example

White with #837005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837005; }

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

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

background-color css

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

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

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

border-color css

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

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

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