#648003

Color #648003 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #648003

Tints of Olive #648003

Color information

#648003 (or 0x648003) is unknown color: approx Olive. HEX triplet: 64, 80 and 03. RGB value is (100,128,3). Sum of RGB (Red+Green+Blue) = 100+128+3=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #648003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648003 is #9B7FFC. Grayscale: #696969. Windows color (decimal): -10190845 or 229476. OLE color: 229476.

HSL color Cylindrical-coordinate representation of color #648003: hue angle of 73.44º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #648003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB1001283-
CMYK0.2200.980.50
HSL73.44º95.42%25.69%-
HSV(B)73.44º97.66%50.2%-
XYZ12.9918.152.91-
YUV105.3870.22124.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 128 (50.39% from 255) = 55.41%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=43.29%
G=55.41%
B=1.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10012830.2200.980.5073.4495.4225.69
Hex648031606232495f1a
Octal14420032601426211113732
Binary1100100100000001110110011000101100101001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648003; }

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

 H1.HeaderClassName
 {
   color: #648003;
 }
 .AnyTagClassName
 {
   color: #648003;
 }
</style>
background-color css

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

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

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

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

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

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