Html Css Color HEX #60B040 Apple

📋 copy color: '#60B040'

red 96 ◦ green 176 ◦ blue 64

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

Shades of Apple #60B040

Tints of Apple #60B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

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

R = 28.57%
G = 52.38%
B = 19.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#60B040 (or 0x60B040) is known color: Apple. HEX triplet: 60, B0 and 40. RGB value is (96,176,64). Sum of RGB (Red+Green+Blue) = 96+176+64=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #60B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B040 is #9F4FBF. Grayscale: #8B8B8B. Windows color (decimal): -10440640 or 4239456. OLE color: 4239456.

HSL color Cylindrical-coordinate representation of color #60B040: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60B040 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 176 64 -
CMYK 0.45 0 0.64 0.31
HSL 102.86º 0.47% 0.47% -
HSV(B) 102.86º 0.64% 0.69% -
XYZ 21.27 33.91 10.27 -
YUV 139.31 85.5 97.11 -
System Red Green Blue C M Y K H S L
Decimal 96 176 64 0.45 0 0.64 0.31 102.86 0.47 0.47
Hex 60 B0 40 2D 0 40 1F 67 2F 2F
Octal 140 260 100 55 0 100 37 147 57 57
Binary 1100000 10110000 1000000 101101 0 1000000 11111 1100111 101111 101111

Color Harmonies of #60B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B040

Black with #60B040

Text Example


Text Example

White with #60B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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