Html Css Color HEX #66A44B Apple

📋 copy color: '#66A44B'

red 102 ◦ green 164 ◦ blue 75

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

Shades of Apple #66A44B

Tints of Apple #66A44B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

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

R = 29.91%
G = 48.09%
B = 21.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#66A44B (or 0x66A44B) is known color: Apple. HEX triplet: 66, A4 and 4B. RGB value is (102,164,75). Sum of RGB (Red+Green+Blue) = 102+164+75=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #66A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A44B is #995BB4. Grayscale: #878787. Windows color (decimal): -10050485 or 4957286. OLE color: 4957286.

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

Color convert

RGB 102 164 75 -
CMYK 0.38 0 0.54 0.36
HSL 101.8º 0.37% 0.47% -
HSV(B) 101.8º 0.54% 0.64% -
XYZ 20.02 29.88 11.37 -
YUV 135.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 102 164 75 0.38 0 0.54 0.36 101.8 0.37 0.47
Hex 66 A4 4B 26 0 36 24 66 25 2F
Octal 146 244 113 46 0 66 44 146 45 57
Binary 1100110 10100100 1001011 100110 0 110110 100100 1100110 100101 101111

Color Harmonies of #66A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A44B

Black with #66A44B

Text Example


Text Example

White with #66A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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