Html Css Color HEX #66A94D Apple

📋 copy color: '#66A94D'

red 102 ◦ green 169 ◦ blue 77

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

Shades of Apple #66A94D

Tints of Apple #66A94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 29.31%
G = 48.56%
B = 22.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#66A94D (or 0x66A94D) is known color: Apple. HEX triplet: 66, A9 and 4D. RGB value is (102,169,77). Sum of RGB (Red+Green+Blue) = 102+169+77=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #66A94D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A94D is #9956B2. Grayscale: #8A8A8A. Windows color (decimal): -10049203 or 5089638. OLE color: 5089638.

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

Color convert

RGB 102 169 77 -
CMYK 0.40 0 0.54 0.34
HSL 103.7º 0.37% 0.48% -
HSV(B) 103.7º 0.54% 0.66% -
XYZ 21.01 31.74 12.04 -
YUV 138.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 102 169 77 0.40 0 0.54 0.34 103.7 0.37 0.48
Hex 66 A9 4D 28 0 36 22 68 25 30
Octal 146 251 115 50 0 66 42 150 45 60
Binary 1100110 10101001 1001101 101000 0 110110 100010 1101000 100101 110000

Color Harmonies of #66A94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A94D

Black with #66A94D

Text Example


Text Example

White with #66A94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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