Html Css Color HEX #85890A Olive

📋 copy color: '#85890A'

red 133 ◦ green 137 ◦ blue 10

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

Shades of Olive #85890A

Tints of Olive #85890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.93%

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 47.5%
G = 48.93%
B = 3.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#85890A (or 0x85890A) is known color: Olive. HEX triplet: 85, 89 and 0A. RGB value is (133,137,10). Sum of RGB (Red+Green+Blue) = 133+137+10=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #85890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890A is #7A76F5. Grayscale: #797979. Windows color (decimal): -8025846 or 690565. OLE color: 690565.

HSL color Cylindrical-coordinate representation of color #85890A: hue angle of 61.89º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85890A is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 10 -
CMYK 0.03 0 0.93 0.46
HSL 61.89º 0.86% 0.29% -
HSV(B) 61.89º 0.93% 0.54% -
XYZ 18.67 22.9 3.72 -
YUV 121.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 133 137 10 0.03 0 0.93 0.46 61.89 0.86 0.29
Hex 85 89 A 3 0 5D 2E 3E 56 1D
Octal 205 211 12 3 0 135 56 76 126 35
Binary 10000101 10001001 1010 11 0 1011101 101110 111110 1010110 11101

Color Harmonies of #85890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85890A

Black with #85890A

Text Example


Text Example

White with #85890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85890A; }

 p { color: rgb(133,137,10); }

 H1.HeaderClassName
 {
   color: #85890A;
 }
 .AnyTagClassName
 {
   color: #85890A;
 }
</style>

background-color css

<style>
 a { background-color: #85890A; }

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

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

border-color css

<style>
 span { border-color: #85890A; }

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

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