Html Css Color HEX #858304 Olive

📋 copy color: '#858304'

red 133 ◦ green 131 ◦ blue 4

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

Shades of Olive #858304

Tints of Olive #858304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

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

R = 49.63%
G = 48.88%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#858304 (or 0x858304) is known color: Olive. HEX triplet: 85, 83 and 04. RGB value is (133,131,4). Sum of RGB (Red+Green+Blue) = 133+131+4=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #858304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858304 is #7A7CFB. Grayscale: #757575. Windows color (decimal): -8027388 or 295813. OLE color: 295813.

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

Color convert

RGB 133 131 4 -
CMYK 0 0.02 0.97 0.48
HSL 59.07º 0.94% 0.27% -
HSV(B) 59.07º 0.97% 0.52% -
XYZ 17.81 21.23 3.27 -
YUV 117.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 133 131 4 0 0.02 0.97 0.48 59.07 0.94 0.27
Hex 85 83 4 0 2 61 30 3B 5E 1B
Octal 205 203 4 0 2 141 60 73 136 33
Binary 10000101 10000011 100 0 10 1100001 110000 111011 1011110 11011

Color Harmonies of #858304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858304

Black with #858304

Text Example


Text Example

White with #858304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858304; }

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

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

background-color css

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

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

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

border-color css

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

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

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