#66B949

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

Shades of Apple #66B949

Tints of Apple #66B949

Color information

#66B949 (or 0x66B949) is unknown color: approx Apple. HEX triplet: 66, B9 and 49. RGB value is (102,185,73). Sum of RGB (Red+Green+Blue) = 102+185+73=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #66B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B949 is #9946B6. Grayscale: #939393. Windows color (decimal): -10045111 or 4831590. OLE color: 4831590.

HSL color Cylindrical-coordinate representation of color #66B949: hue angle of 104.46º degrees, saturation: 0.44, 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 #66B949 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB10218573-
CMYK0.4500.610.27
HSL104.46º44.44%50.59%-
HSV(B)104.46º60.54%72.55%-
XYZ24.033812.37-
YUV147.428695.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 185 (72.66% from 255) = 51.39%
BLUE value IS 73 (28.91% from 255) = 20.28%
R=28.33%
G=51.39%
B=20.28%

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
Decimal102185730.4500.610.27104.4644.4450.59
Hex66B9492D03D1B682c33
Octal14627111155075331505463
Binary11001101011100110010011011010111101110111101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,73); }

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

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

 a { background-color: rgb(102,185,73); }

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

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

 span { border-color: rgb(102,185,73); }

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