Html Css Color HEX #858406 Olive

📋 copy color: '#858406'

red 133 ◦ green 132 ◦ blue 6

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

Shades of Olive #858406

Tints of Olive #858406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.71%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 49.08%
G = 48.71%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#858406 (or 0x858406) is known color: Olive. HEX triplet: 85, 84 and 06. RGB value is (133,132,6). Sum of RGB (Red+Green+Blue) = 133+132+6=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #858406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858406 is #7A7BF9. Grayscale: #767676. Windows color (decimal): -8027130 or 427141. OLE color: 427141.

HSL color Cylindrical-coordinate representation of color #858406: hue angle of 59.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858406 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 6 -
CMYK 0 0.01 0.95 0.48
HSL 59.53º 0.91% 0.27% -
HSV(B) 59.53º 0.95% 0.52% -
XYZ 17.96 21.5 3.38 -
YUV 117.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 133 132 6 0 0.01 0.95 0.48 59.53 0.91 0.27
Hex 85 84 6 0 1 5F 30 3C 5B 1B
Octal 205 204 6 0 1 137 60 74 133 33
Binary 10000101 10000100 110 0 1 1011111 110000 111100 1011011 11011

Color Harmonies of #858406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858406

Black with #858406

Text Example


Text Example

White with #858406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858406; }

 p { color: rgb(133,132,6); }

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

background-color css

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

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

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

border-color css

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

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

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