Html Css Color HEX #858603 Olive

📋 copy color: '#858603'

red 133 ◦ green 134 ◦ blue 3

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

Shades of Olive #858603

Tints of Olive #858603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 49.26%
G = 49.63%
B = 1.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#858603 (or 0x858603) is known color: Olive. HEX triplet: 85, 86 and 03. RGB value is (133,134,3). Sum of RGB (Red+Green+Blue) = 133+134+3=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #858603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858603 is #7A79FC. Grayscale: #777777. Windows color (decimal): -8026621 or 231045. OLE color: 231045.

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

Color convert

RGB 133 134 3 -
CMYK 0.01 0 0.98 0.47
HSL 60.46º 0.96% 0.27% -
HSV(B) 60.46º 0.98% 0.53% -
XYZ 18.21 22.04 3.38 -
YUV 118.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 133 134 3 0.01 0 0.98 0.47 60.46 0.96 0.27
Hex 85 86 3 1 0 62 2F 3C 60 1B
Octal 205 206 3 1 0 142 57 74 140 33
Binary 10000101 10000110 11 1 0 1100010 101111 111100 1100000 11011

Color Harmonies of #858603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858603

Black with #858603

Text Example


Text Example

White with #858603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858603; }

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

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

background-color css

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

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

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

border-color css

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

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

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