Html Css Color HEX #66A959 Apple

📋 copy color: '#66A959'

red 102 ◦ green 169 ◦ blue 89

#66A959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66A959

Tints of Apple #66A959

RGB

 RED value IS 102 (40.23% from 255) = 28.33%

 GREEN value IS 169 (66.41% from 255) = 46.94%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 28.33%
G = 46.94%
B = 24.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#66A959 (or 0x66A959) is known color: Apple. HEX triplet: 66, A9 and 59. RGB value is (102,169,89). Sum of RGB (Red+Green+Blue) = 102+169+89=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #66A959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A959 is #9956A6. Grayscale: #8C8C8C. Windows color (decimal): -10049191 or 5876070. OLE color: 5876070.

HSL color Cylindrical-coordinate representation of color #66A959: hue angle of 110.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66A959 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 89 -
CMYK 0.40 0 0.47 0.34
HSL 110.25º 0.32% 0.51% -
HSV(B) 110.25º 0.47% 0.66% -
XYZ 21.47 31.92 14.48 -
YUV 139.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 102 169 89 0.40 0 0.47 0.34 110.25 0.32 0.51
Hex 66 A9 59 28 0 2F 22 6E 20 33
Octal 146 251 131 50 0 57 42 156 40 63
Binary 1100110 10101001 1011001 101000 0 101111 100010 1101110 100000 110011

Color Harmonies of #66A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A959

Black with #66A959

Text Example


Text Example

White with #66A959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,89); }

 H1.HeaderClassName
 {
   color: #66A959;
 }
 .AnyTagClassName
 {
   color: #66A959;
 }
</style>

background-color css

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

 a { background-color: rgb(102,169,89); }

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

border-color css

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

 span { border-color: rgb(102,169,89); }

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