Html Css Color HEX #836901 Olive

📋 copy color: '#836901'

red 131 ◦ green 105 ◦ blue 1

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

Shades of Olive #836901

Tints of Olive #836901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 55.27%
G = 44.3%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836901 (or 0x836901) is known color: Olive. HEX triplet: 83, 69 and 01. RGB value is (131,105,1). Sum of RGB (Red+Green+Blue) = 131+105+1=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #836901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836901 is #7C96FE. Grayscale: #656565. Windows color (decimal): -8165119 or 92547. OLE color: 92547.

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

Color convert

RGB 131 105 1 -
CMYK 0 0.20 0.99 0.49
HSL 48º 0.98% 0.26% -
HSV(B) 48º 0.99% 0.51% -
XYZ 14.42 14.93 2.15 -
YUV 100.92 71.61 149.46 -
System Red Green Blue C M Y K H S L
Decimal 131 105 1 0 0.20 0.99 0.49 48 0.98 0.26
Hex 83 69 1 0 14 63 31 30 62 1A
Octal 203 151 1 0 24 143 61 60 142 32
Binary 10000011 1101001 1 0 10100 1100011 110001 110000 1100010 11010

Color Harmonies of #836901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836901

Black with #836901

Text Example


Text Example

White with #836901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836901; }

 p { color: rgb(131,105,1); }

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

background-color css

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

 a { background-color: rgb(131,105,1); }

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

border-color css

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

 span { border-color: rgb(131,105,1); }

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