#66B259

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

Shades of Apple #66B259

Tints of Apple #66B259

Color information

#66B259 (or 0x66B259) is unknown color: approx Apple. HEX triplet: 66, B2 and 59. RGB value is (102,178,89). Sum of RGB (Red+Green+Blue) = 102+178+89=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #66B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B259 is #994DA6. Grayscale: #919191. Windows color (decimal): -10046887 or 5878374. OLE color: 5878374.

HSL color Cylindrical-coordinate representation of color #66B259: hue angle of 111.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66B259 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB10217889-
CMYK0.4300.50.30
HSL111.24º36.63%52.35%-
HSV(B)111.24º50%69.8%-
XYZ23.235.3915.06-
YUV145.1396.3297.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=27.64%
G=48.24%
B=24.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102178890.4300.50.30111.2436.6352.35
Hex66B2592B0321E6f2534
Octal14626213153062361574564
Binary11001101011001010110011010110110010111101101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B259; }

 p { color: rgb(102,178,89); }

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

<style>
 a { background-color: #66B259; }

 a { background-color: rgb(102,178,89); }

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

<style>
 span { border-color: #66B259; }

 span { border-color: rgb(102,178,89); }

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