Html Css Color HEX #858A0F Olive

📋 copy color: '#858A0F'

red 133 ◦ green 138 ◦ blue 15

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

Shades of Olive #858A0F

Tints of Olive #858A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 46.5%
G = 48.25%
B = 5.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#858A0F (or 0x858A0F) is known color: Olive. HEX triplet: 85, 8A and 0F. RGB value is (133,138,15). Sum of RGB (Red+Green+Blue) = 133+138+15=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #858A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A0F is #7A75F0. Grayscale: #7A7A7A. Windows color (decimal): -8025585 or 1018501. OLE color: 1018501.

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

Color convert

RGB 133 138 15 -
CMYK 0.04 0 0.89 0.46
HSL 62.44º 0.8% 0.3% -
HSV(B) 62.44º 0.89% 0.54% -
XYZ 18.85 23.2 3.94 -
YUV 122.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 133 138 15 0.04 0 0.89 0.46 62.44 0.8 0.3
Hex 85 8A F 4 0 59 2E 3E 50 1E
Octal 205 212 17 4 0 131 56 76 120 36
Binary 10000101 10001010 1111 100 0 1011001 101110 111110 1010000 11110

Color Harmonies of #858A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A0F

Black with #858A0F

Text Example


Text Example

White with #858A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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