Html Css Color HEX #858510 Olive

📋 copy color: '#858510'

red 133 ◦ green 133 ◦ blue 16

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

Shades of Olive #858510

Tints of Olive #858510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 47.16%
G = 47.16%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#858510 (or 0x858510) is known color: Olive. HEX triplet: 85, 85 and 10. RGB value is (133,133,16). Sum of RGB (Red+Green+Blue) = 133+133+16=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858510 is #7A7AEF. Grayscale: #787878. Windows color (decimal): -8026864 or 1082757. OLE color: 1082757.

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

Color convert

RGB 133 133 16 -
CMYK 0 0 0.88 0.48
HSL 60º 0.79% 0.29% -
HSV(B) 60º 0.88% 0.52% -
XYZ 18.15 21.8 3.74 -
YUV 119.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 133 133 16 0 0 0.88 0.48 60 0.79 0.29
Hex 85 85 10 0 0 58 30 3C 4F 1D
Octal 205 205 20 0 0 130 60 74 117 35
Binary 10000101 10000101 10000 0 0 1011000 110000 111100 1001111 11101

Color Harmonies of #858510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858510

Black with #858510

Text Example


Text Example

White with #858510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858510; }

 p { color: rgb(133,133,16); }

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

background-color css

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

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

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

border-color css

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

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

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