Html Css Color HEX #66A85B Apple

📋 copy color: '#66A85B'

red 102 ◦ green 168 ◦ blue 91

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

Shades of Apple #66A85B

Tints of Apple #66A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

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

R = 28.25%
G = 46.54%
B = 25.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#66A85B (or 0x66A85B) is known color: Apple. HEX triplet: 66, A8 and 5B. RGB value is (102,168,91). Sum of RGB (Red+Green+Blue) = 102+168+91=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #66A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A85B is #9957A4. Grayscale: #8B8B8B. Windows color (decimal): -10049445 or 6006886. OLE color: 6006886.

HSL color Cylindrical-coordinate representation of color #66A85B: hue angle of 111.43º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66A85B is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 168 91 -
CMYK 0.39 0 0.46 0.34
HSL 111.43º 0.31% 0.51% -
HSV(B) 111.43º 0.46% 0.66% -
XYZ 21.37 31.59 14.87 -
YUV 139.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 102 168 91 0.39 0 0.46 0.34 111.43 0.31 0.51
Hex 66 A8 5B 27 0 2E 22 6F 1F 33
Octal 146 250 133 47 0 56 42 157 37 63
Binary 1100110 10101000 1011011 100111 0 101110 100010 1101111 11111 110011

Color Harmonies of #66A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A85B

Black with #66A85B

Text Example


Text Example

White with #66A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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