Html Css Color HEX #85860D Olive

📋 copy color: '#85860D'

red 133 ◦ green 134 ◦ blue 13

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

Shades of Olive #85860D

Tints of Olive #85860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 47.5%
G = 47.86%
B = 4.64%

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

#85860D (or 0x85860D) is known color: Olive. HEX triplet: 85, 86 and 0D. RGB value is (133,134,13). Sum of RGB (Red+Green+Blue) = 133+134+13=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #85860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85860D is #7A79F2. Grayscale: #787878. Windows color (decimal): -8026611 or 886405. OLE color: 886405.

HSL color Cylindrical-coordinate representation of color #85860D: hue angle of 60.5º 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 #85860D is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 13 -
CMYK 0.01 0 0.90 0.47
HSL 60.5º 0.82% 0.29% -
HSV(B) 60.5º 0.9% 0.53% -
XYZ 18.27 22.07 3.68 -
YUV 119.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 133 134 13 0.01 0 0.90 0.47 60.5 0.82 0.29
Hex 85 86 D 1 0 5A 2F 3C 52 1D
Octal 205 206 15 1 0 132 57 74 122 35
Binary 10000101 10000110 1101 1 0 1011010 101111 111100 1010010 11101

Color Harmonies of #85860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85860D

Black with #85860D

Text Example


Text Example

White with #85860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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