Html Css Color HEX #85870F Olive

📋 copy color: '#85870F'

red 133 ◦ green 135 ◦ blue 15

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

Shades of Olive #85870F

Tints of Olive #85870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

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

R = 47%
G = 47.7%
B = 5.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#85870F (or 0x85870F) is known color: Olive. HEX triplet: 85, 87 and 0F. RGB value is (133,135,15). Sum of RGB (Red+Green+Blue) = 133+135+15=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #85870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85870F is #7A78F0. Grayscale: #797979. Windows color (decimal): -8026353 or 1017733. OLE color: 1017733.

HSL color Cylindrical-coordinate representation of color #85870F: hue angle of 61º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85870F is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 15 -
CMYK 0.01 0 0.89 0.47
HSL 61º 0.8% 0.29% -
HSV(B) 61º 0.89% 0.53% -
XYZ 18.42 22.35 3.79 -
YUV 120.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 133 135 15 0.01 0 0.89 0.47 61 0.8 0.29
Hex 85 87 F 1 0 59 2F 3D 50 1D
Octal 205 207 17 1 0 131 57 75 120 35
Binary 10000101 10000111 1111 1 0 1011001 101111 111101 1010000 11101

Color Harmonies of #85870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85870F

Black with #85870F

Text Example


Text Example

White with #85870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85870F; }

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

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

background-color css

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

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

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

border-color css

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

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

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