Html Css Color HEX #85850C Olive

📋 copy color: '#85850C'

red 133 ◦ green 133 ◦ blue 12

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

Shades of Olive #85850C

Tints of Olive #85850C

RGB

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

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

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

R = 47.84%
G = 47.84%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85850C (or 0x85850C) is known color: Olive. HEX triplet: 85, 85 and 0C. RGB value is (133,133,12). Sum of RGB (Red+Green+Blue) = 133+133+12=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85850C is #7A7AF3. Grayscale: #777777. Windows color (decimal): -8026868 or 820613. OLE color: 820613.

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

Color convert

RGB 133 133 12 -
CMYK 0 0 0.91 0.48
HSL 60º 0.83% 0.28% -
HSV(B) 60º 0.91% 0.52% -
XYZ 18.13 21.79 3.6 -
YUV 119.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 133 133 12 0 0 0.91 0.48 60 0.83 0.28
Hex 85 85 C 0 0 5B 30 3C 53 1C
Octal 205 205 14 0 0 133 60 74 123 34
Binary 10000101 10000101 1100 0 0 1011011 110000 111100 1010011 11100

Color Harmonies of #85850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85850C

Black with #85850C

Text Example


Text Example

White with #85850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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