Html Css Color HEX #60B348 Apple

📋 copy color: '#60B348'

red 96 ◦ green 179 ◦ blue 72

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

Shades of Apple #60B348

Tints of Apple #60B348

RGB

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

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

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

R = 27.67%
G = 51.59%
B = 20.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#60B348 (or 0x60B348) is known color: Apple. HEX triplet: 60, B3 and 48. RGB value is (96,179,72). Sum of RGB (Red+Green+Blue) = 96+179+72=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #60B348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B348 is #9F4CB7. Grayscale: #8E8E8E. Windows color (decimal): -10439864 or 4764512. OLE color: 4764512.

HSL color Cylindrical-coordinate representation of color #60B348: hue angle of 106.54º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B348 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 72 -
CMYK 0.46 0 0.60 0.30
HSL 106.54º 0.43% 0.49% -
HSV(B) 106.54º 0.6% 0.7% -
XYZ 22.11 35.19 11.76 -
YUV 141.99 88.5 95.2 -
System Red Green Blue C M Y K H S L
Decimal 96 179 72 0.46 0 0.60 0.30 106.54 0.43 0.49
Hex 60 B3 48 2E 0 3C 1E 6B 2B 31
Octal 140 263 110 56 0 74 36 153 53 61
Binary 1100000 10110011 1001000 101110 0 111100 11110 1101011 101011 110001

Color Harmonies of #60B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B348

Black with #60B348

Text Example


Text Example

White with #60B348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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