Html Css Color HEX #66A45B Apple

📋 copy color: '#66A45B'

red 102 ◦ green 164 ◦ blue 91

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

Shades of Apple #66A45B

Tints of Apple #66A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 28.57%
G = 45.94%
B = 25.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#66A45B (or 0x66A45B) is known color: Apple. HEX triplet: 66, A4 and 5B. RGB value is (102,164,91). Sum of RGB (Red+Green+Blue) = 102+164+91=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #66A45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A45B is #995BA4. Grayscale: #898989. Windows color (decimal): -10050469 or 6005862. OLE color: 6005862.

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

Color convert

RGB 102 164 91 -
CMYK 0.38 0 0.45 0.36
HSL 110.96º 0.29% 0.5% -
HSV(B) 110.96º 0.45% 0.64% -
XYZ 20.64 30.13 14.63 -
YUV 137.14 101.96 102.94 -
System Red Green Blue C M Y K H S L
Decimal 102 164 91 0.38 0 0.45 0.36 110.96 0.29 0.5
Hex 66 A4 5B 26 0 2D 24 6F 1D 32
Octal 146 244 133 46 0 55 44 157 35 62
Binary 1100110 10100100 1011011 100110 0 101101 100100 1101111 11101 110010

Color Harmonies of #66A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A45B

Black with #66A45B

Text Example


Text Example

White with #66A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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