Html Css Color HEX #858003 Olive

📋 copy color: '#858003'

red 133 ◦ green 128 ◦ blue 3

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

Shades of Olive #858003

Tints of Olive #858003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.48%

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

R = 50.38%
G = 48.48%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#858003 (or 0x858003) is known color: Olive. HEX triplet: 85, 80 and 03. RGB value is (133,128,3). Sum of RGB (Red+Green+Blue) = 133+128+3=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #858003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858003 is #7A7FFC. Grayscale: #737373. Windows color (decimal): -8028157 or 229509. OLE color: 229509.

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

Color convert

RGB 133 128 3 -
CMYK 0 0.04 0.98 0.48
HSL 57.69º 0.96% 0.27% -
HSV(B) 57.69º 0.98% 0.52% -
XYZ 17.41 20.43 3.11 -
YUV 115.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 133 128 3 0 0.04 0.98 0.48 57.69 0.96 0.27
Hex 85 80 3 0 4 62 30 3A 60 1B
Octal 205 200 3 0 4 142 60 72 140 33
Binary 10000101 10000000 11 0 100 1100010 110000 111010 1100000 11011

Color Harmonies of #858003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858003

Black with #858003

Text Example


Text Example

White with #858003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858003; }

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

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

background-color css

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

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

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

border-color css

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

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

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