#669B7D

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

Shades of Oxley #669B7D

Tints of Oxley #669B7D

Color information

#669B7D (or 0x669B7D) is unknown color: approx Oxley. HEX triplet: 66, 9B and 7D. RGB value is (102,155,125). Sum of RGB (Red+Green+Blue) = 102+155+125=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #669B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B7D is #996482. Grayscale: #878787. Windows color (decimal): -10052739 or 8231782. OLE color: 8231782.

HSL color Cylindrical-coordinate representation of color #669B7D: hue angle of 146.04º 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 #669B7D is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB102155125-
CMYK0.3400.190.39
HSL146.04º20.95%50.39%-
HSV(B)146.04º34.19%60.78%-
XYZ20.927.7523.66-
YUV135.73121.94103.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=26.70%
G=40.58%
B=32.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551250.3400.190.39146.0420.9550.39
Hex669B7D2201327921532
Octal14623317542023472222562
Binary11001101001101111111011000100100111001111001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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