Html Css Color HEX #857504 Olive

📋 copy color: '#857504'

red 133 ◦ green 117 ◦ blue 4

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

Shades of Olive #857504

Tints of Olive #857504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 52.36%
G = 46.06%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#857504 (or 0x857504) is known color: Olive. HEX triplet: 85, 75 and 04. RGB value is (133,117,4). Sum of RGB (Red+Green+Blue) = 133+117+4=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857504 is #7A8AFB. Grayscale: #6D6D6D. Windows color (decimal): -8030972 or 292229. OLE color: 292229.

HSL color Cylindrical-coordinate representation of color #857504: hue angle of 52.56º 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 #857504 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 4 -
CMYK 0 0.12 0.97 0.48
HSL 52.56º 0.94% 0.27% -
HSV(B) 52.56º 0.97% 0.52% -
XYZ 16.06 17.72 2.69 -
YUV 108.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 133 117 4 0 0.12 0.97 0.48 52.56 0.94 0.27
Hex 85 75 4 0 C 61 30 35 5E 1B
Octal 205 165 4 0 14 141 60 65 136 33
Binary 10000101 1110101 100 0 1100 1100001 110000 110101 1011110 11011

Color Harmonies of #857504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857504

Black with #857504

Text Example


Text Example

White with #857504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857504; }

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

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

background-color css

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

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

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

border-color css

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

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

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