#669C47

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

Shades of Apple #669C47

Tints of Apple #669C47

Color information

#669C47 (or 0x669C47) is unknown color: approx Apple. HEX triplet: 66, 9C and 47. RGB value is (102,156,71). Sum of RGB (Red+Green+Blue) = 102+156+71=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #669C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C47 is #9963B8. Grayscale: #828282. Windows color (decimal): -10052537 or 4693094. OLE color: 4693094.

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

Color convert

RGB10215671-
CMYK0.3500.540.39
HSL98.12º37.44%44.51%-
HSV(B)98.12º54.49%61.18%-
XYZ18.5127.0610.21-
YUV130.1694.61107.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=31.00%
G=47.42%
B=21.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102156710.3500.540.3998.1237.4444.51
Hex669C47230362762252d
Octal14623410743066471424555
Binary110011010011100100011110001101101101001111100010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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