#668203

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

Shades of Olive #668203

Tints of Olive #668203

Color information

#668203 (or 0x668203) is unknown color: approx Olive. HEX triplet: 66, 82 and 03. RGB value is (102,130,3). Sum of RGB (Red+Green+Blue) = 102+130+3=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #668203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668203 is #997DFC. Grayscale: #6B6B6B. Windows color (decimal): -10059261 or 229990. OLE color: 229990.

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

Color convert

RGB1021303-
CMYK0.2200.980.49
HSL73.23º95.49%26.08%-
HSV(B)73.23º97.69%50.98%-
XYZ13.4818.83-
YUV107.1569.22124.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=43.40%
G=55.32%
B=1.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10213030.2200.980.4973.2395.4926.08
Hex668231606231495f1a
Octal14620232601426111113732
Binary1100110100000101110110011000101100011001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668203; }

 p { color: rgb(102,130,3); }

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

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

 a { background-color: rgb(102,130,3); }

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

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

 span { border-color: rgb(102,130,3); }

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