#66B730

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

Shades of Apple #66B730

Tints of Apple #66B730

Color information

#66B730 (or 0x66B730) is unknown color: approx Apple. HEX triplet: 66, B7 and 30. RGB value is (102,183,48). Sum of RGB (Red+Green+Blue) = 102+183+48=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #66B730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B730 is #9948CF. Grayscale: #8F8F8F. Windows color (decimal): -10045648 or 3192678. OLE color: 3192678.

HSL color Cylindrical-coordinate representation of color #66B730: hue angle of 96º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66B730 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB10218348-
CMYK0.4400.740.28
HSL96º58.44%45.29%-
HSV(B)96º73.77%71.76%-
XYZ22.9536.918.71-
YUV143.3974.1698.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 183 (71.88% from 255) = 54.95%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=30.63%
G=54.95%
B=14.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183480.4400.740.289658.4445.29
Hex66B7302C04A1C603a2d
Octal14626760540112341407255
Binary11001101011011111000010110001001010111001100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,48); }

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

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

 a { background-color: rgb(102,183,48); }

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

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

 span { border-color: rgb(102,183,48); }

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