Html Css Color HEX #66A145 Apple

📋 copy color: '#66A145'

red 102 ◦ green 161 ◦ blue 69

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

Shades of Apple #66A145

Tints of Apple #66A145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.49%

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 30.72%
G = 48.49%
B = 20.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#66A145 (or 0x66A145) is known color: Apple. HEX triplet: 66, A1 and 45. RGB value is (102,161,69). Sum of RGB (Red+Green+Blue) = 102+161+69=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #66A145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A145 is #995EBA. Grayscale: #858585. Windows color (decimal): -10051259 or 4563302. OLE color: 4563302.

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

Color convert

RGB 102 161 69 -
CMYK 0.37 0 0.57 0.37
HSL 98.48º 0.4% 0.45% -
HSV(B) 98.48º 0.57% 0.63% -
XYZ 19.3 28.74 10.16 -
YUV 132.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 102 161 69 0.37 0 0.57 0.37 98.48 0.4 0.45
Hex 66 A1 45 25 0 39 25 62 28 2D
Octal 146 241 105 45 0 71 45 142 50 55
Binary 1100110 10100001 1000101 100101 0 111001 100101 1100010 101000 101101

Color Harmonies of #66A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A145

Black with #66A145

Text Example


Text Example

White with #66A145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,161,69); }

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

background-color css

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

 a { background-color: rgb(102,161,69); }

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

border-color css

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

 span { border-color: rgb(102,161,69); }

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