Html Css Color HEX #85870D Olive

📋 copy color: '#85870D'

red 133 ◦ green 135 ◦ blue 13

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

Shades of Olive #85870D

Tints of Olive #85870D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 47.33%
G = 48.04%
B = 4.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#85870D (or 0x85870D) is known color: Olive. HEX triplet: 85, 87 and 0D. RGB value is (133,135,13). Sum of RGB (Red+Green+Blue) = 133+135+13=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #85870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85870D is #7A78F2. Grayscale: #787878. Windows color (decimal): -8026355 or 886661. OLE color: 886661.

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

Color convert

RGB 133 135 13 -
CMYK 0.01 0 0.90 0.47
HSL 60.98º 0.82% 0.29% -
HSV(B) 60.98º 0.9% 0.53% -
XYZ 18.41 22.34 3.72 -
YUV 120.49 67.34 136.92 -
System Red Green Blue C M Y K H S L
Decimal 133 135 13 0.01 0 0.90 0.47 60.98 0.82 0.29
Hex 85 87 D 1 0 5A 2F 3D 52 1D
Octal 205 207 15 1 0 132 57 75 122 35
Binary 10000101 10000111 1101 1 0 1011010 101111 111101 1010010 11101

Color Harmonies of #85870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85870D

Black with #85870D

Text Example


Text Example

White with #85870D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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