Html Css Color HEX #66A146 Apple

📋 copy color: '#66A146'

red 102 ◦ green 161 ◦ blue 70

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

Shades of Apple #66A146

Tints of Apple #66A146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 30.63%
G = 48.35%
B = 21.02%

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

#66A146 (or 0x66A146) is known color: Apple. HEX triplet: 66, A1 and 46. RGB value is (102,161,70). Sum of RGB (Red+Green+Blue) = 102+161+70=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #66A146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A146 is #995EB9. Grayscale: #858585. Windows color (decimal): -10051258 or 4628838. OLE color: 4628838.

HSL color Cylindrical-coordinate representation of color #66A146: hue angle of 98.9º degrees, saturation: 0.39, 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 #66A146 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 70 -
CMYK 0.37 0 0.57 0.37
HSL 98.9º 0.39% 0.45% -
HSV(B) 98.9º 0.57% 0.63% -
XYZ 19.33 28.76 10.33 -
YUV 132.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 102 161 70 0.37 0 0.57 0.37 98.9 0.39 0.45
Hex 66 A1 46 25 0 39 25 63 27 2D
Octal 146 241 106 45 0 71 45 143 47 55
Binary 1100110 10100001 1000110 100101 0 111001 100101 1100011 100111 101101

Color Harmonies of #66A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A146

Black with #66A146

Text Example


Text Example

White with #66A146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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