Html Css Color HEX #85870C Olive

📋 copy color: '#85870C'

red 133 ◦ green 135 ◦ blue 12

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

Shades of Olive #85870C

Tints of Olive #85870C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 47.5%
G = 48.21%
B = 4.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#85870C (or 0x85870C) is known color: Olive. HEX triplet: 85, 87 and 0C. RGB value is (133,135,12). Sum of RGB (Red+Green+Blue) = 133+135+12=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #85870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85870C is #7A78F3. Grayscale: #787878. Windows color (decimal): -8026356 or 821125. OLE color: 821125.

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

Color convert

RGB 133 135 12 -
CMYK 0.01 0 0.91 0.47
HSL 60.98º 0.84% 0.29% -
HSV(B) 60.98º 0.91% 0.53% -
XYZ 18.4 22.34 3.69 -
YUV 120.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 133 135 12 0.01 0 0.91 0.47 60.98 0.84 0.29
Hex 85 87 C 1 0 5B 2F 3D 54 1D
Octal 205 207 14 1 0 133 57 75 124 35
Binary 10000101 10000111 1100 1 0 1011011 101111 111101 1010100 11101

Color Harmonies of #85870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85870C

Black with #85870C

Text Example


Text Example

White with #85870C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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