Html Css Color HEX #836C05 Olive

📋 copy color: '#836C05'

red 131 ◦ green 108 ◦ blue 5

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

Shades of Olive #836C05

Tints of Olive #836C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

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

R = 53.69%
G = 44.26%
B = 2.05%

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

#836C05 (or 0x836C05) is known color: Olive. HEX triplet: 83, 6C and 05. RGB value is (131,108,5). Sum of RGB (Red+Green+Blue) = 131+108+5=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #836C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C05 is #7C93FA. Grayscale: #676767. Windows color (decimal): -8164347 or 355459. OLE color: 355459.

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

Color convert

RGB 131 108 5 -
CMYK 0 0.18 0.96 0.49
HSL 49.05º 0.93% 0.27% -
HSV(B) 49.05º 0.96% 0.51% -
XYZ 14.75 15.56 2.37 -
YUV 103.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 131 108 5 0 0.18 0.96 0.49 49.05 0.93 0.27
Hex 83 6C 5 0 12 60 31 31 5D 1B
Octal 203 154 5 0 22 140 61 61 135 33
Binary 10000011 1101100 101 0 10010 1100000 110001 110001 1011101 11011

Color Harmonies of #836C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C05

Black with #836C05

Text Example


Text Example

White with #836C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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