Html Css Color HEX #66A14A Apple

📋 copy color: '#66A14A'

red 102 ◦ green 161 ◦ blue 74

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

Shades of Apple #66A14A

Tints of Apple #66A14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 30.27%
G = 47.77%
B = 21.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#66A14A (or 0x66A14A) is known color: Apple. HEX triplet: 66, A1 and 4A. RGB value is (102,161,74). Sum of RGB (Red+Green+Blue) = 102+161+74=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #66A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A14A is #995EB5. Grayscale: #858585. Windows color (decimal): -10051254 or 4890982. OLE color: 4890982.

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

Color convert

RGB 102 161 74 -
CMYK 0.37 0 0.54 0.37
HSL 100.69º 0.37% 0.46% -
HSV(B) 100.69º 0.54% 0.63% -
XYZ 19.46 28.81 11.01 -
YUV 133.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 102 161 74 0.37 0 0.54 0.37 100.69 0.37 0.46
Hex 66 A1 4A 25 0 36 25 65 25 2E
Octal 146 241 112 45 0 66 45 145 45 56
Binary 1100110 10100001 1001010 100101 0 110110 100101 1100101 100101 101110

Color Harmonies of #66A14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A14A

Black with #66A14A

Text Example


Text Example

White with #66A14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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