#66B73C

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

Shades of Apple #66B73C

Tints of Apple #66B73C

Color information

#66B73C (or 0x66B73C) is unknown color: approx Apple. HEX triplet: 66, B7 and 3C. RGB value is (102,183,60). Sum of RGB (Red+Green+Blue) = 102+183+60=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #66B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B73C is #9948C3. Grayscale: #919191. Windows color (decimal): -10045636 or 3979110. OLE color: 3979110.

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

Color convert

RGB10218360-
CMYK0.4400.670.28
HSL99.51º50.62%47.65%-
HSV(B)99.51º67.21%71.76%-
XYZ23.2337.0210.2-
YUV144.7680.1697.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 183 (71.88% from 255) = 53.04%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=29.57%
G=53.04%
B=17.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183600.4400.670.2899.5150.6247.65
Hex66B73C2C0431C643330
Octal14626774540103341446360
Binary11001101011011111110010110001000011111001100100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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