Html Css Color HEX #60A144 Apple

📋 copy color: '#60A144'

red 96 ◦ green 161 ◦ blue 68

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

Shades of Apple #60A144

Tints of Apple #60A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 29.54%
G = 49.54%
B = 20.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#60A144 (or 0x60A144) is known color: Apple. HEX triplet: 60, A1 and 44. RGB value is (96,161,68). Sum of RGB (Red+Green+Blue) = 96+161+68=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #60A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A144 is #9F5EBB. Grayscale: #838383. Windows color (decimal): -10444476 or 4497760. OLE color: 4497760.

HSL color Cylindrical-coordinate representation of color #60A144: hue angle of 101.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A144 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 161 68 -
CMYK 0.40 0 0.58 0.37
HSL 101.94º 0.41% 0.45% -
HSV(B) 101.94º 0.58% 0.63% -
XYZ 18.61 28.39 9.97 -
YUV 130.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 96 161 68 0.40 0 0.58 0.37 101.94 0.41 0.45
Hex 60 A1 44 28 0 3A 25 66 29 2D
Octal 140 241 104 50 0 72 45 146 51 55
Binary 1100000 10100001 1000100 101000 0 111010 100101 1100110 101001 101101

Color Harmonies of #60A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A144

Black with #60A144

Text Example


Text Example

White with #60A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,161,68); }

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

background-color css

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

 a { background-color: rgb(96,161,68); }

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

border-color css

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

 span { border-color: rgb(96,161,68); }

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