Html Css Color HEX #60A650 Apple

📋 copy color: '#60A650'

red 96 ◦ green 166 ◦ blue 80

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

Shades of Apple #60A650

Tints of Apple #60A650

RGB

 RED value IS 96 (37.89% from 255) = 28.07%

 GREEN value IS 166 (65.23% from 255) = 48.54%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 28.07%
G = 48.54%
B = 23.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#60A650 (or 0x60A650) is known color: Apple. HEX triplet: 60, A6 and 50. RGB value is (96,166,80). Sum of RGB (Red+Green+Blue) = 96+166+80=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #60A650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A650 is #9F59AF. Grayscale: #878787. Windows color (decimal): -10443184 or 5285472. OLE color: 5285472.

HSL color Cylindrical-coordinate representation of color #60A650: hue angle of 108.84º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A650 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 166 80 -
CMYK 0.42 0 0.52 0.35
HSL 108.84º 0.35% 0.48% -
HSV(B) 108.84º 0.52% 0.65% -
XYZ 19.91 30.34 12.4 -
YUV 135.27 96.81 99.99 -
System Red Green Blue C M Y K H S L
Decimal 96 166 80 0.42 0 0.52 0.35 108.84 0.35 0.48
Hex 60 A6 50 2A 0 34 23 6D 23 30
Octal 140 246 120 52 0 64 43 155 43 60
Binary 1100000 10100110 1010000 101010 0 110100 100011 1101101 100011 110000

Color Harmonies of #60A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A650

Black with #60A650

Text Example


Text Example

White with #60A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A650; }

 p { color: rgb(96,166,80); }

 H1.HeaderClassName
 {
   color: #60A650;
 }
 .AnyTagClassName
 {
   color: #60A650;
 }
</style>

background-color css

<style>
 a { background-color: #60A650; }

 a { background-color: rgb(96,166,80); }

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

border-color css

<style>
 span { border-color: #60A650; }

 span { border-color: rgb(96,166,80); }

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