Html Css Color HEX #60B32C Apple

📋 copy color: '#60B32C'

red 96 ◦ green 179 ◦ blue 44

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

Shades of Apple #60B32C

Tints of Apple #60B32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 30.09%
G = 56.11%
B = 13.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#60B32C (or 0x60B32C) is known color: Apple. HEX triplet: 60, B3 and 2C. RGB value is (96,179,44). Sum of RGB (Red+Green+Blue) = 96+179+44=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #60B32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B32C is #9F4CD3. Grayscale: #8B8B8B. Windows color (decimal): -10439892 or 2929504. OLE color: 2929504.

HSL color Cylindrical-coordinate representation of color #60B32C: hue angle of 96.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B32C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 44 -
CMYK 0.46 0 0.75 0.30
HSL 96.89º 0.61% 0.44% -
HSV(B) 96.89º 0.75% 0.7% -
XYZ 21.4 34.91 7.99 -
YUV 138.79 74.5 97.48 -
System Red Green Blue C M Y K H S L
Decimal 96 179 44 0.46 0 0.75 0.30 96.89 0.61 0.44
Hex 60 B3 2C 2E 0 4B 1E 61 3D 2C
Octal 140 263 54 56 0 113 36 141 75 54
Binary 1100000 10110011 101100 101110 0 1001011 11110 1100001 111101 101100

Color Harmonies of #60B32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B32C

Black with #60B32C

Text Example


Text Example

White with #60B32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,179,44); }

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

background-color css

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

 a { background-color: rgb(96,179,44); }

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

border-color css

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

 span { border-color: rgb(96,179,44); }

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