#61A492

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

Shades of Keppel #61A492

Tints of Keppel #61A492

Color information

#61A492 (or 0x61A492) is unknown color: approx Keppel. HEX triplet: 61, A4 and 92. RGB value is (97,164,146). Sum of RGB (Red+Green+Blue) = 97+164+146=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #61A492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A492 is #9E5B6D. Grayscale: #8D8D8D. Windows color (decimal): -10378094 or 9610337. OLE color: 9610337.

HSL color Cylindrical-coordinate representation of color #61A492: hue angle of 163.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A492 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB97164146-
CMYK0.4100.110.36
HSL163.88º26.91%51.18%-
HSV(B)163.88º40.85%64.31%-
XYZ23.3931.1731.98-
YUV141.92130.395.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=23.83%
G=40.29%
B=35.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971641460.4100.110.36163.8826.9151.18
Hex61A492290B24a41b33
Octal14124422251013442443363
Binary11000011010010010010010101001010111001001010010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A492; }

 p { color: rgb(97,164,146); }

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

<style>
 a { background-color: #61A492; }

 a { background-color: rgb(97,164,146); }

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

<style>
 span { border-color: #61A492; }

 span { border-color: rgb(97,164,146); }

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