Html Css Color HEX #66A851 Apple

📋 copy color: '#66A851'

red 102 ◦ green 168 ◦ blue 81

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

Shades of Apple #66A851

Tints of Apple #66A851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 29.06%
G = 47.86%
B = 23.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#66A851 (or 0x66A851) is known color: Apple. HEX triplet: 66, A8 and 51. RGB value is (102,168,81). Sum of RGB (Red+Green+Blue) = 102+168+81=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #66A851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A851 is #9957AE. Grayscale: #8A8A8A. Windows color (decimal): -10049455 or 5351526. OLE color: 5351526.

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

Color convert

RGB 102 168 81 -
CMYK 0.39 0 0.52 0.34
HSL 105.52º 0.35% 0.49% -
HSV(B) 105.52º 0.52% 0.66% -
XYZ 20.97 31.42 12.74 -
YUV 138.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 102 168 81 0.39 0 0.52 0.34 105.52 0.35 0.49
Hex 66 A8 51 27 0 34 22 6A 23 31
Octal 146 250 121 47 0 64 42 152 43 61
Binary 1100110 10101000 1010001 100111 0 110100 100010 1101010 100011 110001

Color Harmonies of #66A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A851

Black with #66A851

Text Example


Text Example

White with #66A851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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