Html Css Color HEX #85890C Olive

📋 copy color: '#85890C'

red 133 ◦ green 137 ◦ blue 12

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

Shades of Olive #85890C

Tints of Olive #85890C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 47.16%
G = 48.58%
B = 4.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#85890C (or 0x85890C) is known color: Olive. HEX triplet: 85, 89 and 0C. RGB value is (133,137,12). Sum of RGB (Red+Green+Blue) = 133+137+12=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #85890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890C is #7A76F3. Grayscale: #7A7A7A. Windows color (decimal): -8025844 or 821637. OLE color: 821637.

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

Color convert

RGB 133 137 12 -
CMYK 0.03 0 0.91 0.46
HSL 61.92º 0.84% 0.29% -
HSV(B) 61.92º 0.91% 0.54% -
XYZ 18.68 22.9 3.78 -
YUV 121.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 133 137 12 0.03 0 0.91 0.46 61.92 0.84 0.29
Hex 85 89 C 3 0 5B 2E 3E 54 1D
Octal 205 211 14 3 0 133 56 76 124 35
Binary 10000101 10001001 1100 11 0 1011011 101110 111110 1010100 11101

Color Harmonies of #85890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85890C

Black with #85890C

Text Example


Text Example

White with #85890C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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