Html Css Color HEX #66A656 Apple

📋 copy color: '#66A656'

red 102 ◦ green 166 ◦ blue 86

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

Shades of Apple #66A656

Tints of Apple #66A656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.89%

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 28.81%
G = 46.89%
B = 24.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#66A656 (or 0x66A656) is known color: Apple. HEX triplet: 66, A6 and 56. RGB value is (102,166,86). Sum of RGB (Red+Green+Blue) = 102+166+86=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #66A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A656 is #9959A9. Grayscale: #8A8A8A. Windows color (decimal): -10049962 or 5678694. OLE color: 5678694.

HSL color Cylindrical-coordinate representation of color #66A656: hue angle of 108º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A656 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 86 -
CMYK 0.39 0 0.48 0.35
HSL 108º 0.32% 0.49% -
HSV(B) 108º 0.48% 0.65% -
XYZ 20.8 30.77 13.65 -
YUV 137.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 102 166 86 0.39 0 0.48 0.35 108 0.32 0.49
Hex 66 A6 56 27 0 30 23 6C 20 31
Octal 146 246 126 47 0 60 43 154 40 61
Binary 1100110 10100110 1010110 100111 0 110000 100011 1101100 100000 110001

Color Harmonies of #66A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A656

Black with #66A656

Text Example


Text Example

White with #66A656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,166,86); }

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

background-color css

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

 a { background-color: rgb(102,166,86); }

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

border-color css

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

 span { border-color: rgb(102,166,86); }

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