Html Css Color HEX #66AD3C Apple

📋 copy color: '#66AD3C'

red 102 ◦ green 173 ◦ blue 60

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

Shades of Apple #66AD3C

Tints of Apple #66AD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 30.45%
G = 51.64%
B = 17.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#66AD3C (or 0x66AD3C) is known color: Apple. HEX triplet: 66, AD and 3C. RGB value is (102,173,60). Sum of RGB (Red+Green+Blue) = 102+173+60=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD3C is #9952C3. Grayscale: #8B8B8B. Windows color (decimal): -10048196 or 3976550. OLE color: 3976550.

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

Color convert

RGB 102 173 60 -
CMYK 0.41 0 0.65 0.32
HSL 97.7º 0.48% 0.46% -
HSV(B) 97.7º 0.65% 0.68% -
XYZ 21.24 33.04 9.53 -
YUV 138.89 83.48 101.69 -
System Red Green Blue C M Y K H S L
Decimal 102 173 60 0.41 0 0.65 0.32 97.7 0.48 0.46
Hex 66 AD 3C 29 0 41 20 62 30 2E
Octal 146 255 74 51 0 101 40 142 60 56
Binary 1100110 10101101 111100 101001 0 1000001 100000 1100010 110000 101110

Color Harmonies of #66AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD3C

Black with #66AD3C

Text Example


Text Example

White with #66AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,60); }

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

background-color css

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

 a { background-color: rgb(102,173,60); }

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

border-color css

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

 span { border-color: rgb(102,173,60); }

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