#668602

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

Shades of Olive #668602

Tints of Olive #668602

Color information

#668602 (or 0x668602) is unknown color: approx Olive. HEX triplet: 66, 86 and 02. RGB value is (102,134,2). Sum of RGB (Red+Green+Blue) = 102+134+2=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #668602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668602 is #9979FD. Grayscale: #6D6D6D. Windows color (decimal): -10058238 or 165478. OLE color: 165478.

HSL color Cylindrical-coordinate representation of color #668602: hue angle of 74.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #668602 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1021342-
CMYK0.2400.990.47
HSL74.55º97.06%26.67%-
HSV(B)74.55º98.51%52.55%-
XYZ14.0219.883.16-
YUV109.3867.4122.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=42.86%
G=56.30%
B=0.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10213420.2400.990.4774.5597.0626.67
Hex66862180632F4b611b
Octal14620623001435711314133
Binary1100110100001101011000011000111011111001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668602; }

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

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

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

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

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

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

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

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