Html Css Color HEX #66AA43 Apple

📋 copy color: '#66AA43'

red 102 ◦ green 170 ◦ blue 67

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

Shades of Apple #66AA43

Tints of Apple #66AA43

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.15%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 30.09%
G = 50.15%
B = 19.76%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#66AA43 (or 0x66AA43) is known color: Apple. HEX triplet: 66, AA and 43. RGB value is (102,170,67). Sum of RGB (Red+Green+Blue) = 102+170+67=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA43 is #9955BC. Grayscale: #8A8A8A. Windows color (decimal): -10048957 or 4434534. OLE color: 4434534.

HSL color Cylindrical-coordinate representation of color #66AA43: hue angle of 99.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66AA43 is Cyan = 0.4, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 170 67 -
CMYK 0.4 0 0.61 0.33
HSL 99.61º 0.43% 0.46% -
HSV(B) 99.61º 0.61% 0.67% -
XYZ 20.87 31.98 10.38 -
YUV 137.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 102 170 67 0.4 0 0.61 0.33 99.61 0.43 0.46
Hex 66 AA 43 28 0 3D 21 64 2B 2E
Octal 146 252 103 50 0 75 41 144 53 56
Binary 1100110 10101010 1000011 101000 0 111101 100001 1100100 101011 101110

Color Harmonies of #66AA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA43

Black with #66AA43

Text Example


Text Example

White with #66AA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,170,67); }

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

background-color css

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

 a { background-color: rgb(102,170,67); }

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

border-color css

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

 span { border-color: rgb(102,170,67); }

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