Html Css Color HEX #858305 Olive

📋 copy color: '#858305'

red 133 ◦ green 131 ◦ blue 5

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

Shades of Olive #858305

Tints of Olive #858305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 49.44%
G = 48.7%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#858305 (or 0x858305) is known color: Olive. HEX triplet: 85, 83 and 05. RGB value is (133,131,5). Sum of RGB (Red+Green+Blue) = 133+131+5=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #858305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858305 is #7A7CFA. Grayscale: #757575. Windows color (decimal): -8027387 or 361349. OLE color: 361349.

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

Color convert

RGB 133 131 5 -
CMYK 0 0.02 0.96 0.48
HSL 59.06º 0.93% 0.27% -
HSV(B) 59.06º 0.96% 0.52% -
XYZ 17.82 21.23 3.3 -
YUV 117.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 133 131 5 0 0.02 0.96 0.48 59.06 0.93 0.27
Hex 85 83 5 0 2 60 30 3B 5D 1B
Octal 205 203 5 0 2 140 60 73 135 33
Binary 10000101 10000011 101 0 10 1100000 110000 111011 1011101 11011

Color Harmonies of #858305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858305

Black with #858305

Text Example


Text Example

White with #858305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858305; }

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

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

background-color css

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

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

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

border-color css

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

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

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