Html Css Color HEX #857500 Olive

📋 copy color: '#857500'

red 133 ◦ green 117 ◦ blue 0

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

Shades of Olive #857500

Tints of Olive #857500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.2%
G = 46.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857500 (or 0x857500) is known color: Olive. HEX triplet: 85, 75 and 00. RGB value is (133,117,0). Sum of RGB (Red+Green+Blue) = 133+117+0=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #857500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857500 is #7A8AFF. Grayscale: #6C6C6C. Windows color (decimal): -8030976 or 30085. OLE color: 30085.

HSL color Cylindrical-coordinate representation of color #857500: hue angle of 52.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #857500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 0 -
CMYK 0 0.12 1 0.48
HSL 52.78º 1% 0.26% -
HSV(B) 52.78º 1% 0.52% -
XYZ 16.03 17.71 2.57 -
YUV 108.45 66.8 145.51 -
System Red Green Blue C M Y K H S L
Decimal 133 117 0 0 0.12 1 0.48 52.78 1 0.26
Hex 85 75 0 0 C 64 30 35 64 1A
Octal 205 165 0 0 14 144 60 65 144 32
Binary 10000101 1110101 0 0 1100 1100100 110000 110101 1100100 11010

Color Harmonies of #857500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857500

Black with #857500

Text Example


Text Example

White with #857500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857500; }

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

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

background-color css

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

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

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

border-color css

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

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

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