#66B057

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

Shades of Apple #66B057

Tints of Apple #66B057

Color information

#66B057 (or 0x66B057) is unknown color: approx Apple. HEX triplet: 66, B0 and 57. RGB value is (102,176,87). Sum of RGB (Red+Green+Blue) = 102+176+87=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #66B057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B057 is #994FA8. Grayscale: #909090. Windows color (decimal): -10047401 or 5746790. OLE color: 5746790.

HSL color Cylindrical-coordinate representation of color #66B057: hue angle of 109.89º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66B057 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB10217687-
CMYK0.4200.510.31
HSL109.89º36.03%51.57%-
HSV(B)109.89º50.57%69.02%-
XYZ22.7334.5614.49-
YUV143.7395.9898.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 176 (69.14% from 255) = 48.22%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=27.95%
G=48.22%
B=23.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102176870.4200.510.31109.8936.0351.57
Hex66B0572A0331F6e2434
Octal14626012752063371564464
Binary11001101011000010101111010100110011111111101110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,87); }

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

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

 a { background-color: rgb(102,176,87); }

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

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

 span { border-color: rgb(102,176,87); }

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