Html Css Color HEX #836B05 Olive

📋 copy color: '#836B05'

red 131 ◦ green 107 ◦ blue 5

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

Shades of Olive #836B05

Tints of Olive #836B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 53.91%
G = 44.03%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#836B05 (or 0x836B05) is known color: Olive. HEX triplet: 83, 6B and 05. RGB value is (131,107,5). Sum of RGB (Red+Green+Blue) = 131+107+5=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836B05 is #7C94FA. Grayscale: #666666. Windows color (decimal): -8164603 or 355203. OLE color: 355203.

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

Color convert

RGB 131 107 5 -
CMYK 0 0.18 0.96 0.49
HSL 48.57º 0.93% 0.27% -
HSV(B) 48.57º 0.96% 0.51% -
XYZ 14.65 15.35 2.33 -
YUV 102.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 131 107 5 0 0.18 0.96 0.49 48.57 0.93 0.27
Hex 83 6B 5 0 12 60 31 31 5D 1B
Octal 203 153 5 0 22 140 61 61 135 33
Binary 10000011 1101011 101 0 10010 1100000 110001 110001 1011101 11011

Color Harmonies of #836B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B05

Black with #836B05

Text Example


Text Example

White with #836B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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