Html Css Color HEX #66A148 Apple

📋 copy color: '#66A148'

red 102 ◦ green 161 ◦ blue 72

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

Shades of Apple #66A148

Tints of Apple #66A148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 30.45%
G = 48.06%
B = 21.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#66A148 (or 0x66A148) is known color: Apple. HEX triplet: 66, A1 and 48. RGB value is (102,161,72). Sum of RGB (Red+Green+Blue) = 102+161+72=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #66A148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A148 is #995EB7. Grayscale: #858585. Windows color (decimal): -10051256 or 4759910. OLE color: 4759910.

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

Color convert

RGB 102 161 72 -
CMYK 0.37 0 0.55 0.37
HSL 99.78º 0.38% 0.46% -
HSV(B) 99.78º 0.55% 0.63% -
XYZ 19.39 28.78 10.66 -
YUV 133.21 93.45 105.74 -
System Red Green Blue C M Y K H S L
Decimal 102 161 72 0.37 0 0.55 0.37 99.78 0.38 0.46
Hex 66 A1 48 25 0 37 25 64 26 2E
Octal 146 241 110 45 0 67 45 144 46 56
Binary 1100110 10100001 1001000 100101 0 110111 100101 1100100 100110 101110

Color Harmonies of #66A148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A148

Black with #66A148

Text Example


Text Example

White with #66A148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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