Html Css Color HEX #66A946 Apple

📋 copy color: '#66A946'

red 102 ◦ green 169 ◦ blue 70

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

Shades of Apple #66A946

Tints of Apple #66A946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 29.91%
G = 49.56%
B = 20.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#66A946 (or 0x66A946) is known color: Apple. HEX triplet: 66, A9 and 46. RGB value is (102,169,70). Sum of RGB (Red+Green+Blue) = 102+169+70=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #66A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A946 is #9956B9. Grayscale: #8A8A8A. Windows color (decimal): -10049210 or 4630886. OLE color: 4630886.

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

Color convert

RGB 102 169 70 -
CMYK 0.40 0 0.59 0.34
HSL 100.61º 0.41% 0.47% -
HSV(B) 100.61º 0.59% 0.66% -
XYZ 20.77 31.64 10.81 -
YUV 137.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 102 169 70 0.40 0 0.59 0.34 100.61 0.41 0.47
Hex 66 A9 46 28 0 3B 22 65 29 2F
Octal 146 251 106 50 0 73 42 145 51 57
Binary 1100110 10101001 1000110 101000 0 111011 100010 1100101 101001 101111

Color Harmonies of #66A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A946

Black with #66A946

Text Example


Text Example

White with #66A946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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