#669D6E

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

Shades of Oxley #669D6E

Tints of Oxley #669D6E

Color information

#669D6E (or 0x669D6E) is unknown color: approx Oxley. HEX triplet: 66, 9D and 6E. RGB value is (102,157,110). Sum of RGB (Red+Green+Blue) = 102+157+110=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #669D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D6E is #996291. Grayscale: #878787. Windows color (decimal): -10052242 or 7249254. OLE color: 7249254.

HSL color Cylindrical-coordinate representation of color #669D6E: hue angle of 128.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D6E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB102157110-
CMYK0.3500.300.38
HSL128.73º21.91%50.78%-
HSV(B)128.73º35.03%61.57%-
XYZ20.3528.0619.1-
YUV135.2113.78104.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=27.64%
G=42.55%
B=29.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021571100.3500.300.38128.7321.9150.78
Hex669D6E2301E26811633
Octal14623515643036462012663
Binary11001101001110111011101000110111101001101000000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669D6E; }

 p { color: rgb(102,157,110); }

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

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

 a { background-color: rgb(102,157,110); }

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

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

 span { border-color: rgb(102,157,110); }

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