#66BB55

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

Shades of Apple #66BB55

Tints of Apple #66BB55

Color information

#66BB55 (or 0x66BB55) is unknown color: approx Apple. HEX triplet: 66, BB and 55. RGB value is (102,187,85). Sum of RGB (Red+Green+Blue) = 102+187+85=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB55 is #9944AA. Grayscale: #969696. Windows color (decimal): -10044587 or 5618534. OLE color: 5618534.

HSL color Cylindrical-coordinate representation of color #66BB55: hue angle of 110º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BB55 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB10218785-
CMYK0.4500.550.27
HSL110º42.86%53.33%-
HSV(B)110º54.55%73.33%-
XYZ24.8939.0214.81-
YUV149.9691.3493.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=27.27%
G=50%
B=22.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102187850.4500.550.2711042.8653.33
Hex66BB552D0371B6e2b35
Octal14627312555067331565365
Binary11001101011101110101011011010110111110111101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,85); }

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

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

 a { background-color: rgb(102,187,85); }

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

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

 span { border-color: rgb(102,187,85); }

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