#668F77

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

Shades of Oxley #668F77

Tints of Oxley #668F77

Color information

#668F77 (or 0x668F77) is unknown color: approx Oxley. HEX triplet: 66, 8F and 77. RGB value is (102,143,119). Sum of RGB (Red+Green+Blue) = 102+143+119=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #668F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668F77 is #997088. Grayscale: #808080. Windows color (decimal): -10055817 or 7835494. OLE color: 7835494.

HSL color Cylindrical-coordinate representation of color #668F77: hue angle of 144.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F77 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB102143119-
CMYK0.2900.170.44
HSL144.88º16.73%48.04%-
HSV(B)144.88º28.67%56.08%-
XYZ18.6323.821.06-
YUV128122.92109.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=28.02%
G=39.29%
B=32.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021431190.2900.170.44144.8816.7348.04
Hex668F771D0112C911130
Octal14621716735021542212160
Binary1100110100011111110111111010100011011001001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668F77; }

 p { color: rgb(102,143,119); }

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

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

 a { background-color: rgb(102,143,119); }

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

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

 span { border-color: rgb(102,143,119); }

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