Html Css Color HEX #858504 Olive

📋 copy color: '#858504'

red 133 ◦ green 133 ◦ blue 4

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

Shades of Olive #858504

Tints of Olive #858504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 49.26%
G = 49.26%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#858504 (or 0x858504) is known color: Olive. HEX triplet: 85, 85 and 04. RGB value is (133,133,4). Sum of RGB (Red+Green+Blue) = 133+133+4=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858504 is #7A7AFB. Grayscale: #767676. Windows color (decimal): -8026876 or 296325. OLE color: 296325.

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

Color convert

RGB 133 133 4 -
CMYK 0 0 0.97 0.48
HSL 60º 0.94% 0.27% -
HSV(B) 60º 0.97% 0.52% -
XYZ 18.08 21.77 3.36 -
YUV 118.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 133 133 4 0 0 0.97 0.48 60 0.94 0.27
Hex 85 85 4 0 0 61 30 3C 5E 1B
Octal 205 205 4 0 0 141 60 74 136 33
Binary 10000101 10000101 100 0 0 1100001 110000 111100 1011110 11011

Color Harmonies of #858504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858504

Black with #858504

Text Example


Text Example

White with #858504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858504; }

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

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

background-color css

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

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

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

border-color css

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

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

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