#668502

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

Shades of Olive #668502

Tints of Olive #668502

Color information

#668502 (or 0x668502) is unknown color: approx Olive. HEX triplet: 66, 85 and 02. RGB value is (102,133,2). Sum of RGB (Red+Green+Blue) = 102+133+2=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #668502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668502 is #997AFD. Grayscale: #6D6D6D. Windows color (decimal): -10058494 or 165222. OLE color: 165222.

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

Color convert

RGB1021332-
CMYK0.2300.980.48
HSL74.2º97.04%26.47%-
HSV(B)74.2º98.5%52.16%-
XYZ13.8819.63.11-
YUV108.867.73123.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=43.04%
G=56.12%
B=0.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10213320.2300.980.4874.297.0426.47
Hex6685217062304a611a
Octal14620522701426011214132
Binary1100110100001011010111011000101100001001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668502; }

 p { color: rgb(102,133,2); }

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

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

 a { background-color: rgb(102,133,2); }

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

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

 span { border-color: rgb(102,133,2); }

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