#61A594

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

Shades of Keppel #61A594

Tints of Keppel #61A594

Color information

#61A594 (or 0x61A594) is unknown color: approx Keppel. HEX triplet: 61, A5 and 94. RGB value is (97,165,148). Sum of RGB (Red+Green+Blue) = 97+165+148=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #61A594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A594 is #9E5A6B. Grayscale: #8E8E8E. Windows color (decimal): -10377836 or 9741665. OLE color: 9741665.

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

Color convert

RGB97165148-
CMYK0.4100.100.35
HSL165º27.42%51.37%-
HSV(B)165º41.21%64.71%-
XYZ23.7331.5932.86-
YUV142.73130.9795.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=23.66%
G=40.24%
B=36.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651480.4100.100.3516527.4251.37
Hex61A594290A23a51b33
Octal14124522451012432453363
Binary11000011010010110010100101001010101000111010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,148); }

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

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

 a { background-color: rgb(97,165,148); }

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

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

 span { border-color: rgb(97,165,148); }

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