Html Css Color HEX #66A944 Apple

📋 copy color: '#66A944'

red 102 ◦ green 169 ◦ blue 68

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

Shades of Apple #66A944

Tints of Apple #66A944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.06%

R = 30.09%
G = 49.85%
B = 20.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#66A944 (or 0x66A944) is known color: Apple. HEX triplet: 66, A9 and 44. RGB value is (102,169,68). Sum of RGB (Red+Green+Blue) = 102+169+68=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #66A944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A944 is #9956BB. Grayscale: #898989. Windows color (decimal): -10049212 or 4499814. OLE color: 4499814.

HSL color Cylindrical-coordinate representation of color #66A944: hue angle of 99.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A944 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 68 -
CMYK 0.40 0 0.60 0.34
HSL 99.8º 0.43% 0.46% -
HSV(B) 99.8º 0.6% 0.66% -
XYZ 20.71 31.62 10.48 -
YUV 137.45 88.8 102.71 -
System Red Green Blue C M Y K H S L
Decimal 102 169 68 0.40 0 0.60 0.34 99.8 0.43 0.46
Hex 66 A9 44 28 0 3C 22 64 2B 2E
Octal 146 251 104 50 0 74 42 144 53 56
Binary 1100110 10101001 1000100 101000 0 111100 100010 1100100 101011 101110

Color Harmonies of #66A944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A944

Black with #66A944

Text Example


Text Example

White with #66A944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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