Html Css Color HEX #836F08 Olive

📋 copy color: '#836F08'

red 131 ◦ green 111 ◦ blue 8

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

Shades of Olive #836F08

Tints of Olive #836F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 52.4%
G = 44.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#836F08 (or 0x836F08) is known color: Olive. HEX triplet: 83, 6F and 08. RGB value is (131,111,8). Sum of RGB (Red+Green+Blue) = 131+111+8=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #836F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F08 is #7C90F7. Grayscale: #696969. Windows color (decimal): -8163576 or 552835. OLE color: 552835.

HSL color Cylindrical-coordinate representation of color #836F08: hue angle of 50.24º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #836F08 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 111 8 -
CMYK 0 0.15 0.94 0.49
HSL 50.24º 0.88% 0.27% -
HSV(B) 50.24º 0.94% 0.51% -
XYZ 15.09 16.21 2.56 -
YUV 105.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 131 111 8 0 0.15 0.94 0.49 50.24 0.88 0.27
Hex 83 6F 8 0 F 5E 31 32 58 1B
Octal 203 157 10 0 17 136 61 62 130 33
Binary 10000011 1101111 1000 0 1111 1011110 110001 110010 1011000 11011

Color Harmonies of #836F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F08

Black with #836F08

Text Example


Text Example

White with #836F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,111,8); }

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

background-color css

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

 a { background-color: rgb(131,111,8); }

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

border-color css

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

 span { border-color: rgb(131,111,8); }

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