Html Css Color HEX #857204 Olive

📋 copy color: '#857204'

red 133 ◦ green 114 ◦ blue 4

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

Shades of Olive #857204

Tints of Olive #857204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 52.99%
G = 45.42%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#857204 (or 0x857204) is known color: Olive. HEX triplet: 85, 72 and 04. RGB value is (133,114,4). Sum of RGB (Red+Green+Blue) = 133+114+4=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #857204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857204 is #7A8DFB. Grayscale: #6B6B6B. Windows color (decimal): -8031740 or 291461. OLE color: 291461.

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

Color convert

RGB 133 114 4 -
CMYK 0 0.14 0.97 0.48
HSL 51.16º 0.94% 0.27% -
HSV(B) 51.16º 0.97% 0.52% -
XYZ 15.71 17.03 2.57 -
YUV 107.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 133 114 4 0 0.14 0.97 0.48 51.16 0.94 0.27
Hex 85 72 4 0 E 61 30 33 5E 1B
Octal 205 162 4 0 16 141 60 63 136 33
Binary 10000101 1110010 100 0 1110 1100001 110000 110011 1011110 11011

Color Harmonies of #857204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857204

Black with #857204

Text Example


Text Example

White with #857204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857204; }

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

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

background-color css

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

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

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

border-color css

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

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

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