#669B46

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

Shades of Apple #669B46

Tints of Apple #669B46

Color information

#669B46 (or 0x669B46) is unknown color: approx Apple. HEX triplet: 66, 9B and 46. RGB value is (102,155,70). Sum of RGB (Red+Green+Blue) = 102+155+70=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #669B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B46 is #9964B9. Grayscale: #818181. Windows color (decimal): -10052794 or 4627302. OLE color: 4627302.

HSL color Cylindrical-coordinate representation of color #669B46: hue angle of 97.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669B46 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB10215570-
CMYK0.3400.550.39
HSL97.41º37.78%44.12%-
HSV(B)97.41º54.84%60.78%-
XYZ18.3126.719.98-
YUV129.4694.44108.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=31.19%
G=47.40%
B=21.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155700.3400.550.3997.4137.7844.12
Hex669B46220372761262c
Octal14623310642067471414654
Binary110011010011011100011010001001101111001111100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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