Html Css Color HEX #85850D Olive

📋 copy color: '#85850D'

red 133 ◦ green 133 ◦ blue 13

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

Shades of Olive #85850D

Tints of Olive #85850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

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

R = 47.67%
G = 47.67%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85850D (or 0x85850D) is known color: Olive. HEX triplet: 85, 85 and 0D. RGB value is (133,133,13). Sum of RGB (Red+Green+Blue) = 133+133+13=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85850D is #7A7AF2. Grayscale: #777777. Windows color (decimal): -8026867 or 886149. OLE color: 886149.

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

Color convert

RGB 133 133 13 -
CMYK 0 0 0.90 0.48
HSL 60º 0.82% 0.29% -
HSV(B) 60º 0.9% 0.52% -
XYZ 18.13 21.79 3.63 -
YUV 119.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 133 133 13 0 0 0.90 0.48 60 0.82 0.29
Hex 85 85 D 0 0 5A 30 3C 52 1D
Octal 205 205 15 0 0 132 60 74 122 35
Binary 10000101 10000101 1101 0 0 1011010 110000 111100 1010010 11101

Color Harmonies of #85850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85850D

Black with #85850D

Text Example


Text Example

White with #85850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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