Html Css Color HEX #836F00 Olive

📋 copy color: '#836F00'

red 131 ◦ green 111 ◦ blue 0

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

Shades of Olive #836F00

Tints of Olive #836F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.13%
G = 45.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836F00 (or 0x836F00) is known color: Olive. HEX triplet: 83, 6F and 00. RGB value is (131,111,0). Sum of RGB (Red+Green+Blue) = 131+111+0=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #836F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F00 is #7C90FF. Grayscale: #686868. Windows color (decimal): -8163584 or 28547. OLE color: 28547.

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

Color convert

RGB 131 111 0 -
CMYK 0 0.15 1 0.49
HSL 50.84º 1% 0.26% -
HSV(B) 50.84º 1% 0.51% -
XYZ 15.04 16.19 2.33 -
YUV 104.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 131 111 0 0 0.15 1 0.49 50.84 1 0.26
Hex 83 6F 0 0 F 64 31 33 64 1A
Octal 203 157 0 0 17 144 61 63 144 32
Binary 10000011 1101111 0 0 1111 1100100 110001 110011 1100100 11010

Color Harmonies of #836F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F00

Black with #836F00

Text Example


Text Example

White with #836F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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