#669B43

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

Shades of Apple #669B43

Tints of Apple #669B43

Color information

#669B43 (or 0x669B43) is unknown color: approx Apple. HEX triplet: 66, 9B and 43. RGB value is (102,155,67). Sum of RGB (Red+Green+Blue) = 102+155+67=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #669B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B43 is #9964BC. Grayscale: #818181. Windows color (decimal): -10052797 or 4430694. OLE color: 4430694.

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

Color convert

RGB10215567-
CMYK0.3400.570.39
HSL96.14º39.64%43.53%-
HSV(B)96.14º56.77%60.78%-
XYZ18.2126.679.5-
YUV129.1292.94108.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=31.48%
G=47.84%
B=20.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155670.3400.570.3996.1439.6443.53
Hex669B43220392760282c
Octal14623310342071471405054
Binary110011010011011100001110001001110011001111100000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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