Html Css Color HEX #66A14B Apple

📋 copy color: '#66A14B'

red 102 ◦ green 161 ◦ blue 75

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

Shades of Apple #66A14B

Tints of Apple #66A14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 30.18%
G = 47.63%
B = 22.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#66A14B (or 0x66A14B) is known color: Apple. HEX triplet: 66, A1 and 4B. RGB value is (102,161,75). Sum of RGB (Red+Green+Blue) = 102+161+75=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #66A14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A14B is #995EB4. Grayscale: #858585. Windows color (decimal): -10051253 or 4956518. OLE color: 4956518.

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

Color convert

RGB 102 161 75 -
CMYK 0.37 0 0.53 0.37
HSL 101.16º 0.36% 0.46% -
HSV(B) 101.16º 0.53% 0.63% -
XYZ 19.49 28.82 11.19 -
YUV 133.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 102 161 75 0.37 0 0.53 0.37 101.16 0.36 0.46
Hex 66 A1 4B 25 0 35 25 65 24 2E
Octal 146 241 113 45 0 65 45 145 44 56
Binary 1100110 10100001 1001011 100101 0 110101 100101 1100101 100100 101110

Color Harmonies of #66A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A14B

Black with #66A14B

Text Example


Text Example

White with #66A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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