#66B74B

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

Shades of Apple #66B74B

Tints of Apple #66B74B

Color information

#66B74B (or 0x66B74B) is unknown color: approx Apple. HEX triplet: 66, B7 and 4B. RGB value is (102,183,75). Sum of RGB (Red+Green+Blue) = 102+183+75=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #66B74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B74B is #9948B4. Grayscale: #929292. Windows color (decimal): -10045621 or 4962150. OLE color: 4962150.

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

Color convert

RGB10218375-
CMYK0.4400.590.28
HSL105º42.86%50.59%-
HSV(B)105º59.02%71.76%-
XYZ23.6837.212.59-
YUV146.4787.6696.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 183 (71.88% from 255) = 50.83%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=28.33%
G=50.83%
B=20.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183750.4400.590.2810542.8650.59
Hex66B74B2C03B1C692b33
Octal14626711354073341515363
Binary11001101011011110010111011000111011111001101001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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