#669770

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

Shades of Oxley #669770

Tints of Oxley #669770

Color information

#669770 (or 0x669770) is unknown color: approx Oxley. HEX triplet: 66, 97 and 70. RGB value is (102,151,112). Sum of RGB (Red+Green+Blue) = 102+151+112=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #669770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669770 is #99688F. Grayscale: #848484. Windows color (decimal): -10053776 or 7378790. OLE color: 7378790.

HSL color Cylindrical-coordinate representation of color #669770: hue angle of 132.24º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669770 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB102151112-
CMYK0.3200.260.41
HSL132.24º19.37%49.61%-
HSV(B)132.24º32.45%59.22%-
XYZ19.4726.1319.35-
YUV131.9116.77106.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=27.95%
G=41.37%
B=30.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021511120.3200.260.41132.2419.3749.61
Hex6697702001A29841332
Octal14622716040032512042362
Binary11001101001011111100001000000110101010011000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669770; }

 p { color: rgb(102,151,112); }

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

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

 a { background-color: rgb(102,151,112); }

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

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

 span { border-color: rgb(102,151,112); }

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