#66BB48

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

Shades of Apple #66BB48

Tints of Apple #66BB48

Color information

#66BB48 (or 0x66BB48) is unknown color: approx Apple. HEX triplet: 66, BB and 48. RGB value is (102,187,72). Sum of RGB (Red+Green+Blue) = 102+187+72=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB48 is #9944B7. Grayscale: #949494. Windows color (decimal): -10044600 or 4766566. OLE color: 4766566.

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

Color convert

RGB10218772-
CMYK0.4500.610.27
HSL104.35º45.82%50.78%-
HSV(B)104.35º61.5%73.33%-
XYZ24.4238.8312.34-
YUV148.4884.8494.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 187 (73.44% from 255) = 51.80%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=28.25%
G=51.80%
B=19.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102187720.4500.610.27104.3545.8250.78
Hex66BB482D03D1B682e33
Octal14627311055075331505663
Binary11001101011101110010001011010111101110111101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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