Html Css Color HEX #858B10 Olive

📋 copy color: '#858B10'

red 133 ◦ green 139 ◦ blue 16

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

Shades of Olive #858B10

Tints of Olive #858B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.26%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 46.18%
G = 48.26%
B = 5.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#858B10 (or 0x858B10) is known color: Olive. HEX triplet: 85, 8B and 10. RGB value is (133,139,16). Sum of RGB (Red+Green+Blue) = 133+139+16=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #858B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B10 is #7A74EF. Grayscale: #7B7B7B. Windows color (decimal): -8025328 or 1084293. OLE color: 1084293.

HSL color Cylindrical-coordinate representation of color #858B10: hue angle of 62.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #858B10 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 16 -
CMYK 0.04 0 0.88 0.45
HSL 62.93º 0.79% 0.3% -
HSV(B) 62.93º 0.88% 0.55% -
XYZ 19 23.49 4.02 -
YUV 123.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 133 139 16 0.04 0 0.88 0.45 62.93 0.79 0.3
Hex 85 8B 10 4 0 58 2D 3F 4F 1E
Octal 205 213 20 4 0 130 55 77 117 36
Binary 10000101 10001011 10000 100 0 1011000 101101 111111 1001111 11110

Color Harmonies of #858B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B10

Black with #858B10

Text Example


Text Example

White with #858B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,16); }

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

background-color css

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

 a { background-color: rgb(133,139,16); }

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

border-color css

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

 span { border-color: rgb(133,139,16); }

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