#669878

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

Shades of Oxley #669878

Tints of Oxley #669878

Color information

#669878 (or 0x669878) is unknown color: approx Oxley. HEX triplet: 66, 98 and 78. RGB value is (102,152,120). Sum of RGB (Red+Green+Blue) = 102+152+120=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #669878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669878 is #996787. Grayscale: #858585. Windows color (decimal): -10053512 or 7903334. OLE color: 7903334.

HSL color Cylindrical-coordinate representation of color #669878: hue angle of 141.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669878 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB102152120-
CMYK0.3300.210.40
HSL141.6º19.69%49.8%-
HSV(B)141.6º32.89%59.61%-
XYZ20.126.6421.85-
YUV133.4120.44105.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=27.27%
G=40.64%
B=32.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021521200.3300.210.40141.619.6949.8
Hex66987821015288e1432
Octal14623017041025502162462
Binary11001101001100011110001000010101011010001000111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669878; }

 p { color: rgb(102,152,120); }

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

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

 a { background-color: rgb(102,152,120); }

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

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

 span { border-color: rgb(102,152,120); }

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