Html Css Color HEX #60B742 Apple

📋 copy color: '#60B742'

red 96 ◦ green 183 ◦ blue 66

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

Shades of Apple #60B742

Tints of Apple #60B742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.04%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 27.83%
G = 53.04%
B = 19.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#60B742 (or 0x60B742) is known color: Apple. HEX triplet: 60, B7 and 42. RGB value is (96,183,66). Sum of RGB (Red+Green+Blue) = 96+183+66=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #60B742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B742 is #9F48BD. Grayscale: #909090. Windows color (decimal): -10438846 or 4372320. OLE color: 4372320.

HSL color Cylindrical-coordinate representation of color #60B742: hue angle of 104.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60B742 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 183 66 -
CMYK 0.48 0 0.64 0.28
HSL 104.62º 0.47% 0.49% -
HSV(B) 104.62º 0.64% 0.72% -
XYZ 22.74 36.75 11.05 -
YUV 143.65 84.18 94.01 -
System Red Green Blue C M Y K H S L
Decimal 96 183 66 0.48 0 0.64 0.28 104.62 0.47 0.49
Hex 60 B7 42 30 0 40 1C 69 2F 31
Octal 140 267 102 60 0 100 34 151 57 61
Binary 1100000 10110111 1000010 110000 0 1000000 11100 1101001 101111 110001

Color Harmonies of #60B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B742

Black with #60B742

Text Example


Text Example

White with #60B742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,183,66); }

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

background-color css

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

 a { background-color: rgb(96,183,66); }

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

border-color css

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

 span { border-color: rgb(96,183,66); }

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