Html Css Color HEX #60A595 Keppel

📋 copy color: '#60A595'

red 96 ◦ green 165 ◦ blue 149

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

Shades of Keppel #60A595

Tints of Keppel #60A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 23.41%
G = 40.24%
B = 36.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#60A595 (or 0x60A595) is known color: Keppel. HEX triplet: 60, A5 and 95. RGB value is (96,165,149). Sum of RGB (Red+Green+Blue) = 96+165+149=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #60A595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A595 is #9F5A6A. Grayscale: #8E8E8E. Windows color (decimal): -10443371 or 9807200. OLE color: 9807200.

HSL color Cylindrical-coordinate representation of color #60A595: hue angle of 166.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A595 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 149 -
CMYK 0.42 0 0.10 0.35
HSL 166.09º 0.28% 0.51% -
HSV(B) 166.09º 0.42% 0.65% -
XYZ 23.7 31.57 33.28 -
YUV 142.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 96 165 149 0.42 0 0.10 0.35 166.09 0.28 0.51
Hex 60 A5 95 2A 0 A 23 A6 1C 33
Octal 140 245 225 52 0 12 43 246 34 63
Binary 1100000 10100101 10010101 101010 0 1010 100011 10100110 11100 110011

Color Harmonies of #60A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A595

Black with #60A595

Text Example


Text Example

White with #60A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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