Html Css Color HEX #66AF5B Apple

📋 copy color: '#66AF5B'

red 102 ◦ green 175 ◦ blue 91

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

Shades of Apple #66AF5B

Tints of Apple #66AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.55%

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

R = 27.72%
G = 47.55%
B = 24.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#66AF5B (or 0x66AF5B) is known color: Apple. HEX triplet: 66, AF and 5B. RGB value is (102,175,91). Sum of RGB (Red+Green+Blue) = 102+175+91=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF5B is #9950A4. Grayscale: #8F8F8F. Windows color (decimal): -10047653 or 6008678. OLE color: 6008678.

HSL color Cylindrical-coordinate representation of color #66AF5B: hue angle of 112.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66AF5B is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 91 -
CMYK 0.42 0 0.48 0.31
HSL 112.14º 0.34% 0.52% -
HSV(B) 112.14º 0.48% 0.69% -
XYZ 22.7 34.24 15.31 -
YUV 143.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 102 175 91 0.42 0 0.48 0.31 112.14 0.34 0.52
Hex 66 AF 5B 2A 0 30 1F 70 22 34
Octal 146 257 133 52 0 60 37 160 42 64
Binary 1100110 10101111 1011011 101010 0 110000 11111 1110000 100010 110100

Color Harmonies of #66AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF5B

Black with #66AF5B

Text Example


Text Example

White with #66AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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