Html Css Color HEX #66A053 Apple

📋 copy color: '#66A053'

red 102 ◦ green 160 ◦ blue 83

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

Shades of Apple #66A053

Tints of Apple #66A053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 29.57%
G = 46.38%
B = 24.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#66A053 (or 0x66A053) is known color: Apple. HEX triplet: 66, A0 and 53. RGB value is (102,160,83). Sum of RGB (Red+Green+Blue) = 102+160+83=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #66A053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A053 is #995FAC. Grayscale: #868686. Windows color (decimal): -10051501 or 5480550. OLE color: 5480550.

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

Color convert

RGB 102 160 83 -
CMYK 0.36 0 0.48 0.37
HSL 105.19º 0.32% 0.48% -
HSV(B) 105.19º 0.48% 0.63% -
XYZ 19.61 28.59 12.67 -
YUV 133.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 102 160 83 0.36 0 0.48 0.37 105.19 0.32 0.48
Hex 66 A0 53 24 0 30 25 69 20 30
Octal 146 240 123 44 0 60 45 151 40 60
Binary 1100110 10100000 1010011 100100 0 110000 100101 1101001 100000 110000

Color Harmonies of #66A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A053

Black with #66A053

Text Example


Text Example

White with #66A053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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