Html Css Color HEX #857505 Olive

📋 copy color: '#857505'

red 133 ◦ green 117 ◦ blue 5

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

Shades of Olive #857505

Tints of Olive #857505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 52.16%
G = 45.88%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#857505 (or 0x857505) is known color: Olive. HEX triplet: 85, 75 and 05. RGB value is (133,117,5). Sum of RGB (Red+Green+Blue) = 133+117+5=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #857505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857505 is #7A8AFA. Grayscale: #6D6D6D. Windows color (decimal): -8030971 or 357765. OLE color: 357765.

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

Color convert

RGB 133 117 5 -
CMYK 0 0.12 0.96 0.48
HSL 52.5º 0.93% 0.27% -
HSV(B) 52.5º 0.96% 0.52% -
XYZ 16.06 17.72 2.72 -
YUV 109.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 133 117 5 0 0.12 0.96 0.48 52.5 0.93 0.27
Hex 85 75 5 0 C 60 30 34 5D 1B
Octal 205 165 5 0 14 140 60 64 135 33
Binary 10000101 1110101 101 0 1100 1100000 110000 110100 1011101 11011

Color Harmonies of #857505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857505

Black with #857505

Text Example


Text Example

White with #857505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857505; }

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

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

background-color css

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

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

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

border-color css

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

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

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