#66B73D

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

Shades of Apple #66B73D

Tints of Apple #66B73D

Color information

#66B73D (or 0x66B73D) is unknown color: approx Apple. HEX triplet: 66, B7 and 3D. RGB value is (102,183,61). Sum of RGB (Red+Green+Blue) = 102+183+61=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #66B73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B73D is #9948C2. Grayscale: #919191. Windows color (decimal): -10045635 or 4044646. OLE color: 4044646.

HSL color Cylindrical-coordinate representation of color #66B73D: hue angle of 99.84º degrees, saturation: 0.5, 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 #66B73D is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB10218361-
CMYK0.4400.670.28
HSL99.84º50%47.84%-
HSV(B)99.84º66.67%71.76%-
XYZ23.2637.0310.34-
YUV144.8780.6697.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=29.48%
G=52.89%
B=17.63%

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
Decimal102183610.4400.670.2899.845047.84
Hex66B73D2C0431C643230
Octal14626775540103341446260
Binary11001101011011111110110110001000011111001100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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