#60B795

Color #60B795 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #60B795

Tints of Keppel #60B795

Color information

#60B795 (or 0x60B795) is unknown color: approx Keppel. HEX triplet: 60, B7 and 95. RGB value is (96,183,149). Sum of RGB (Red+Green+Blue) = 96+183+149=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #60B795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B795 is #9F486A. Grayscale: #999999. Windows color (decimal): -10438763 or 9811808. OLE color: 9811808.

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

Color convert

RGB96183149-
CMYK0.4800.190.28
HSL156.55º37.66%54.71%-
HSV(B)156.55º47.54%71.76%-
XYZ27.1838.5234.44-
YUV153.11125.6887.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 183 (71.88% from 255) = 42.76%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=22.43%
G=42.76%
B=34.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961831490.4800.190.28156.5537.6654.71
Hex60B795300131C9d2637
Octal14026722560023342354667
Binary110000010110111100101011100000100111110010011101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60B795;
 }
 .AnyTagClassName
 {
   color: #60B795;
 }
</style>
background-color css

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

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

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

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

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

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