Html Css Color HEX #60B055 Apple

📋 copy color: '#60B055'

red 96 ◦ green 176 ◦ blue 85

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

Shades of Apple #60B055

Tints of Apple #60B055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 26.89%
G = 49.3%
B = 23.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#60B055 (or 0x60B055) is known color: Apple. HEX triplet: 60, B0 and 55. RGB value is (96,176,85). Sum of RGB (Red+Green+Blue) = 96+176+85=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #60B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B055 is #9F4FAA. Grayscale: #8D8D8D. Windows color (decimal): -10440619 or 5615712. OLE color: 5615712.

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

Color convert

RGB 96 176 85 -
CMYK 0.45 0 0.52 0.31
HSL 112.75º 0.37% 0.51% -
HSV(B) 112.75º 0.52% 0.69% -
XYZ 21.99 34.19 14.04 -
YUV 141.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 96 176 85 0.45 0 0.52 0.31 112.75 0.37 0.51
Hex 60 B0 55 2D 0 34 1F 71 25 33
Octal 140 260 125 55 0 64 37 161 45 63
Binary 1100000 10110000 1010101 101101 0 110100 11111 1110001 100101 110011

Color Harmonies of #60B055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B055

Black with #60B055

Text Example


Text Example

White with #60B055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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