Html Css Color HEX #60A340 Apple

📋 copy color: '#60A340'

red 96 ◦ green 163 ◦ blue 64

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

Shades of Apple #60A340

Tints of Apple #60A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 29.72%
G = 50.46%
B = 19.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#60A340 (or 0x60A340) is known color: Apple. HEX triplet: 60, A3 and 40. RGB value is (96,163,64). Sum of RGB (Red+Green+Blue) = 96+163+64=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #60A340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A340 is #9F5CBF. Grayscale: #848484. Windows color (decimal): -10443968 or 4236128. OLE color: 4236128.

HSL color Cylindrical-coordinate representation of color #60A340: hue angle of 100.61º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60A340 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 163 64 -
CMYK 0.41 0 0.61 0.36
HSL 100.61º 0.44% 0.45% -
HSV(B) 100.61º 0.61% 0.64% -
XYZ 18.85 29.05 9.46 -
YUV 131.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 96 163 64 0.41 0 0.61 0.36 100.61 0.44 0.45
Hex 60 A3 40 29 0 3D 24 65 2C 2D
Octal 140 243 100 51 0 75 44 145 54 55
Binary 1100000 10100011 1000000 101001 0 111101 100100 1100101 101100 101101

Color Harmonies of #60A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A340

Black with #60A340

Text Example


Text Example

White with #60A340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,163,64); }

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

background-color css

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

 a { background-color: rgb(96,163,64); }

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

border-color css

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

 span { border-color: rgb(96,163,64); }

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