Html Css Color HEX #66A047 Apple

📋 copy color: '#66A047'

red 102 ◦ green 160 ◦ blue 71

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

Shades of Apple #66A047

Tints of Apple #66A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 30.63%
G = 48.05%
B = 21.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#66A047 (or 0x66A047) is known color: Apple. HEX triplet: 66, A0 and 47. RGB value is (102,160,71). Sum of RGB (Red+Green+Blue) = 102+160+71=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #66A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A047 is #995FB8. Grayscale: #848484. Windows color (decimal): -10051513 or 4694118. OLE color: 4694118.

HSL color Cylindrical-coordinate representation of color #66A047: hue angle of 99.1º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A047 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 160 71 -
CMYK 0.36 0 0.56 0.37
HSL 99.1º 0.39% 0.45% -
HSV(B) 99.1º 0.56% 0.63% -
XYZ 19.19 28.42 10.44 -
YUV 132.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 102 160 71 0.36 0 0.56 0.37 99.1 0.39 0.45
Hex 66 A0 47 24 0 38 25 63 27 2D
Octal 146 240 107 44 0 70 45 143 47 55
Binary 1100110 10100000 1000111 100100 0 111000 100101 1100011 100111 101101

Color Harmonies of #66A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A047

Black with #66A047

Text Example


Text Example

White with #66A047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,160,71); }

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

background-color css

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

 a { background-color: rgb(102,160,71); }

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

border-color css

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

 span { border-color: rgb(102,160,71); }

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