Html Css Color HEX #858610 Olive

📋 copy color: '#858610'

red 133 ◦ green 134 ◦ blue 16

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

Shades of Olive #858610

Tints of Olive #858610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 47%
G = 47.35%
B = 5.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#858610 (or 0x858610) is known color: Olive. HEX triplet: 85, 86 and 10. RGB value is (133,134,16). Sum of RGB (Red+Green+Blue) = 133+134+16=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #858610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858610 is #7A79EF. Grayscale: #787878. Windows color (decimal): -8026608 or 1083013. OLE color: 1083013.

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

Color convert

RGB 133 134 16 -
CMYK 0.01 0 0.88 0.47
HSL 60.51º 0.79% 0.29% -
HSV(B) 60.51º 0.88% 0.53% -
XYZ 18.29 22.07 3.79 -
YUV 120.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 133 134 16 0.01 0 0.88 0.47 60.51 0.79 0.29
Hex 85 86 10 1 0 58 2F 3D 4F 1D
Octal 205 206 20 1 0 130 57 75 117 35
Binary 10000101 10000110 10000 1 0 1011000 101111 111101 1001111 11101

Color Harmonies of #858610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858610

Black with #858610

Text Example


Text Example

White with #858610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858610; }

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

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

background-color css

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

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

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

border-color css

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

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

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