Html Css Color HEX #60A548 Apple

📋 copy color: '#60A548'

red 96 ◦ green 165 ◦ blue 72

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

Shades of Apple #60A548

Tints of Apple #60A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.55%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 28.83%
G = 49.55%
B = 21.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#60A548 (or 0x60A548) is known color: Apple. HEX triplet: 60, A5 and 48. RGB value is (96,165,72). Sum of RGB (Red+Green+Blue) = 96+165+72=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #60A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A548 is #9F5AB7. Grayscale: #868686. Windows color (decimal): -10443448 or 4760928. OLE color: 4760928.

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

Color convert

RGB 96 165 72 -
CMYK 0.42 0 0.56 0.35
HSL 104.52º 0.39% 0.46% -
HSV(B) 104.52º 0.56% 0.65% -
XYZ 19.45 29.86 10.87 -
YUV 133.77 93.14 101.06 -
System Red Green Blue C M Y K H S L
Decimal 96 165 72 0.42 0 0.56 0.35 104.52 0.39 0.46
Hex 60 A5 48 2A 0 38 23 69 27 2E
Octal 140 245 110 52 0 70 43 151 47 56
Binary 1100000 10100101 1001000 101010 0 111000 100011 1101001 100111 101110

Color Harmonies of #60A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A548

Black with #60A548

Text Example


Text Example

White with #60A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,72); }

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

background-color css

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

 a { background-color: rgb(96,165,72); }

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

border-color css

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

 span { border-color: rgb(96,165,72); }

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