Html Css Color HEX #858D10 Olive

📋 copy color: '#858D10'

red 133 ◦ green 141 ◦ blue 16

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

Shades of Olive #858D10

Tints of Olive #858D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.62%

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

R = 45.86%
G = 48.62%
B = 5.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#858D10 (or 0x858D10) is known color: Olive. HEX triplet: 85, 8D and 10. RGB value is (133,141,16). Sum of RGB (Red+Green+Blue) = 133+141+16=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #858D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D10 is #7A72EF. Grayscale: #7C7C7C. Windows color (decimal): -8024816 or 1084805. OLE color: 1084805.

HSL color Cylindrical-coordinate representation of color #858D10: hue angle of 63.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #858D10 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 16 -
CMYK 0.06 0 0.89 0.45
HSL 63.84º 0.8% 0.31% -
HSV(B) 63.84º 0.89% 0.55% -
XYZ 19.29 24.07 4.12 -
YUV 124.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 133 141 16 0.06 0 0.89 0.45 63.84 0.8 0.31
Hex 85 8D 10 6 0 59 2D 40 50 1F
Octal 205 215 20 6 0 131 55 100 120 37
Binary 10000101 10001101 10000 110 0 1011001 101101 1000000 1010000 11111

Color Harmonies of #858D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D10

Black with #858D10

Text Example


Text Example

White with #858D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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