#66B75A

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

Shades of Apple #66B75A

Tints of Apple #66B75A

Color information

#66B75A (or 0x66B75A) is unknown color: approx Apple. HEX triplet: 66, B7 and 5A. RGB value is (102,183,90). Sum of RGB (Red+Green+Blue) = 102+183+90=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #66B75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B75A is #9948A5. Grayscale: #949494. Windows color (decimal): -10045606 or 5945190. OLE color: 5945190.

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

Color convert

RGB10218390-
CMYK0.4400.510.28
HSL112.26º39.24%53.53%-
HSV(B)112.26º50.82%71.76%-
XYZ24.2637.4315.62-
YUV148.1895.1695.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 90 (35.55% from 255) = 24%
R=27.2%
G=48.8%
B=24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183900.4400.510.28112.2639.2453.53
Hex66B75A2C0331C702736
Octal14626713254063341604766
Binary11001101011011110110101011000110011111001110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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