Html Css Color HEX #858705 Olive

📋 copy color: '#858705'

red 133 ◦ green 135 ◦ blue 5

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

Shades of Olive #858705

Tints of Olive #858705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 48.72%
G = 49.45%
B = 1.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#858705 (or 0x858705) is known color: Olive. HEX triplet: 85, 87 and 05. RGB value is (133,135,5). Sum of RGB (Red+Green+Blue) = 133+135+5=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #858705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858705 is #7A78FA. Grayscale: #787878. Windows color (decimal): -8026363 or 362373. OLE color: 362373.

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

Color convert

RGB 133 135 5 -
CMYK 0.01 0 0.96 0.47
HSL 60.92º 0.93% 0.27% -
HSV(B) 60.92º 0.96% 0.53% -
XYZ 18.36 22.33 3.48 -
YUV 119.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 133 135 5 0.01 0 0.96 0.47 60.92 0.93 0.27
Hex 85 87 5 1 0 60 2F 3D 5D 1B
Octal 205 207 5 1 0 140 57 75 135 33
Binary 10000101 10000111 101 1 0 1100000 101111 111101 1011101 11011

Color Harmonies of #858705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858705

Black with #858705

Text Example


Text Example

White with #858705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858705; }

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

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

background-color css

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

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

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

border-color css

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

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

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