Html Css Color HEX #60B152 Apple

📋 copy color: '#60B152'

red 96 ◦ green 177 ◦ blue 82

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

Shades of Apple #60B152

Tints of Apple #60B152

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.86%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 27.04%
G = 49.86%
B = 23.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#60B152 (or 0x60B152) is known color: Apple. HEX triplet: 60, B1 and 52. RGB value is (96,177,82). Sum of RGB (Red+Green+Blue) = 96+177+82=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #60B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B152 is #9F4EAD. Grayscale: #8E8E8E. Windows color (decimal): -10440366 or 5419360. OLE color: 5419360.

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

Color convert

RGB 96 177 82 -
CMYK 0.46 0 0.54 0.31
HSL 111.16º 0.38% 0.51% -
HSV(B) 111.16º 0.54% 0.69% -
XYZ 22.07 34.54 13.49 -
YUV 141.95 94.16 95.22 -
System Red Green Blue C M Y K H S L
Decimal 96 177 82 0.46 0 0.54 0.31 111.16 0.38 0.51
Hex 60 B1 52 2E 0 36 1F 6F 26 33
Octal 140 261 122 56 0 66 37 157 46 63
Binary 1100000 10110001 1010010 101110 0 110110 11111 1101111 100110 110011

Color Harmonies of #60B152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B152

Black with #60B152

Text Example


Text Example

White with #60B152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,177,82); }

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

background-color css

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

 a { background-color: rgb(96,177,82); }

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

border-color css

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

 span { border-color: rgb(96,177,82); }

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