#648201

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

Shades of Olive #648201

Tints of Olive #648201

Color information

#648201 (or 0x648201) is unknown color: approx Olive. HEX triplet: 64, 82 and 01. RGB value is (100,130,1). Sum of RGB (Red+Green+Blue) = 100+130+1=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #648201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648201 is #9B7DFE. Grayscale: #6A6A6A. Windows color (decimal): -10190335 or 98916. OLE color: 98916.

HSL color Cylindrical-coordinate representation of color #648201: hue angle of 73.95º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #648201 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1001301-
CMYK0.2300.990.49
HSL73.95º98.47%25.69%-
HSV(B)73.95º99.23%50.98%-
XYZ13.2418.682.94-
YUV106.3268.56123.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=43.29%
G=56.28%
B=0.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10013010.2300.990.4973.9598.4725.69
Hex6482117063314a621a
Octal14420212701436111214232
Binary110010010000010110111011000111100011001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648201; }

 p { color: rgb(100,130,1); }

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

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

 a { background-color: rgb(100,130,1); }

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

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

 span { border-color: rgb(100,130,1); }

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