#669E47

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

Shades of Apple #669E47

Tints of Apple #669E47

Color information

#669E47 (or 0x669E47) is unknown color: approx Apple. HEX triplet: 66, 9E and 47. RGB value is (102,158,71). Sum of RGB (Red+Green+Blue) = 102+158+71=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #669E47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E47 is #9961B8. Grayscale: #838383. Windows color (decimal): -10052025 or 4693606. OLE color: 4693606.

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

Color convert

RGB10215871-
CMYK0.3500.550.38
HSL98.62º37.99%44.9%-
HSV(B)98.62º55.06%61.96%-
XYZ18.8427.7310.32-
YUV131.3493.95107.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=30.82%
G=47.73%
B=21.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102158710.3500.550.3898.6237.9944.9
Hex669E47230372663262d
Octal14623610743067461434655
Binary110011010011110100011110001101101111001101100011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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