#669E46

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

Shades of Apple #669E46

Tints of Apple #669E46

Color information

#669E46 (or 0x669E46) is unknown color: approx Apple. HEX triplet: 66, 9E and 46. RGB value is (102,158,70). Sum of RGB (Red+Green+Blue) = 102+158+70=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #669E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E46 is #9961B9. Grayscale: #838383. Windows color (decimal): -10052026 or 4628070. OLE color: 4628070.

HSL color Cylindrical-coordinate representation of color #669E46: hue angle of 98.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669E46 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB10215870-
CMYK0.3500.560.38
HSL98.18º38.6%44.71%-
HSV(B)98.18º55.7%61.96%-
XYZ18.8127.7210.15-
YUV131.2293.45107.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=30.91%
G=47.88%
B=21.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102158700.3500.560.3898.1838.644.71
Hex669E46230382662272d
Octal14623610643070461424755
Binary110011010011110100011010001101110001001101100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,158,70); }

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

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

 a { background-color: rgb(102,158,70); }

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

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

 span { border-color: rgb(102,158,70); }

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