#669B7A

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

Shades of Oxley #669B7A

Tints of Oxley #669B7A

Color information

#669B7A (or 0x669B7A) is unknown color: approx Oxley. HEX triplet: 66, 9B and 7A. RGB value is (102,155,122). Sum of RGB (Red+Green+Blue) = 102+155+122=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #669B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B7A is #996485. Grayscale: #878787. Windows color (decimal): -10052742 or 8035174. OLE color: 8035174.

HSL color Cylindrical-coordinate representation of color #669B7A: hue angle of 142.64º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B7A is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB102155122-
CMYK0.3400.210.39
HSL142.64º20.95%50.39%-
HSV(B)142.64º34.19%60.78%-
XYZ20.7127.6722.66-
YUV135.39120.44104.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=26.91%
G=40.90%
B=32.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551220.3400.210.39142.6420.9550.39
Hex669B7A22015278f1532
Octal14623317242025472172562
Binary11001101001101111110101000100101011001111000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,122); }

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

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

 a { background-color: rgb(102,155,122); }

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

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

 span { border-color: rgb(102,155,122); }

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