Html Css Color HEX #858205 Olive

📋 copy color: '#858205'

red 133 ◦ green 130 ◦ blue 5

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

Shades of Olive #858205

Tints of Olive #858205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 49.63%
G = 48.51%
B = 1.87%

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

#858205 (or 0x858205) is known color: Olive. HEX triplet: 85, 82 and 05. RGB value is (133,130,5). Sum of RGB (Red+Green+Blue) = 133+130+5=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #858205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858205 is #7A7DFA. Grayscale: #757575. Windows color (decimal): -8027643 or 361093. OLE color: 361093.

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

Color convert

RGB 133 130 5 -
CMYK 0 0.02 0.96 0.48
HSL 58.59º 0.93% 0.27% -
HSV(B) 58.59º 0.96% 0.52% -
XYZ 17.68 20.96 3.26 -
YUV 116.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 133 130 5 0 0.02 0.96 0.48 58.59 0.93 0.27
Hex 85 82 5 0 2 60 30 3B 5D 1B
Octal 205 202 5 0 2 140 60 73 135 33
Binary 10000101 10000010 101 0 10 1100000 110000 111011 1011101 11011

Color Harmonies of #858205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858205

Black with #858205

Text Example


Text Example

White with #858205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858205; }

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

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

background-color css

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

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

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

border-color css

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

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

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