Html Css Color HEX #85840D Olive

📋 copy color: '#85840D'

red 133 ◦ green 132 ◦ blue 13

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

Shades of Olive #85840D

Tints of Olive #85840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

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

R = 47.84%
G = 47.48%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85840D (or 0x85840D) is known color: Olive. HEX triplet: 85, 84 and 0D. RGB value is (133,132,13). Sum of RGB (Red+Green+Blue) = 133+132+13=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85840D is #7A7BF2. Grayscale: #777777. Windows color (decimal): -8027123 or 885893. OLE color: 885893.

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

Color convert

RGB 133 132 13 -
CMYK 0 0.01 0.90 0.48
HSL 59.5º 0.82% 0.29% -
HSV(B) 59.5º 0.9% 0.52% -
XYZ 18 21.52 3.59 -
YUV 118.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 133 132 13 0 0.01 0.90 0.48 59.5 0.82 0.29
Hex 85 84 D 0 1 5A 30 3C 52 1D
Octal 205 204 15 0 1 132 60 74 122 35
Binary 10000101 10000100 1101 0 1 1011010 110000 111100 1010010 11101

Color Harmonies of #85840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85840D

Black with #85840D

Text Example


Text Example

White with #85840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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