#66B731

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

Shades of Apple #66B731

Tints of Apple #66B731

Color information

#66B731 (or 0x66B731) is unknown color: approx Apple. HEX triplet: 66, B7 and 31. RGB value is (102,183,49). Sum of RGB (Red+Green+Blue) = 102+183+49=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #66B731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B731 is #9948CE. Grayscale: #8F8F8F. Windows color (decimal): -10045647 or 3258214. OLE color: 3258214.

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

Color convert

RGB10218349-
CMYK0.4400.730.28
HSL96.27º57.76%45.49%-
HSV(B)96.27º73.22%71.76%-
XYZ22.9736.918.82-
YUV143.574.6698.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 183 (71.88% from 255) = 54.79%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=30.54%
G=54.79%
B=14.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102183490.4400.730.2896.2757.7645.49
Hex66B7312C0491C603a2d
Octal14626761540111341407255
Binary11001101011011111000110110001001001111001100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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