Html Css Color HEX #858A0B Olive

📋 copy color: '#858A0B'

red 133 ◦ green 138 ◦ blue 11

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

Shades of Olive #858A0B

Tints of Olive #858A0B

RGB

 RED value IS 133 (52.34% from 255) = 47.16%

 GREEN value IS 138 (54.3% from 255) = 48.94%

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 47.16%
G = 48.94%
B = 3.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#858A0B (or 0x858A0B) is known color: Olive. HEX triplet: 85, 8A and 0B. RGB value is (133,138,11). Sum of RGB (Red+Green+Blue) = 133+138+11=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #858A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A0B is #7A75F4. Grayscale: #7A7A7A. Windows color (decimal): -8025589 or 756357. OLE color: 756357.

HSL color Cylindrical-coordinate representation of color #858A0B: hue angle of 62.36º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #858A0B is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 11 -
CMYK 0.04 0 0.92 0.46
HSL 62.36º 0.85% 0.29% -
HSV(B) 62.36º 0.92% 0.54% -
XYZ 18.82 23.19 3.8 -
YUV 122.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 133 138 11 0.04 0 0.92 0.46 62.36 0.85 0.29
Hex 85 8A B 4 0 5C 2E 3E 55 1D
Octal 205 212 13 4 0 134 56 76 125 35
Binary 10000101 10001010 1011 100 0 1011100 101110 111110 1010101 11101

Color Harmonies of #858A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A0B

Black with #858A0B

Text Example


Text Example

White with #858A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A0B; }

 p { color: rgb(133,138,11); }

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

background-color css

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

 a { background-color: rgb(133,138,11); }

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

border-color css

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

 span { border-color: rgb(133,138,11); }

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