#5FA78D

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

Shades of Keppel #5FA78D

Tints of Keppel #5FA78D

Color information

#5FA78D (or 0x5FA78D) is unknown color: approx Keppel. HEX triplet: 5F, A7 and 8D. RGB value is (95,167,141). Sum of RGB (Red+Green+Blue) = 95+167+141=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA78D is #A05872. Grayscale: #8E8E8E. Windows color (decimal): -10508403 or 9283423. OLE color: 9283423.

HSL color Cylindrical-coordinate representation of color #5FA78D: hue angle of 158.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA78D is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB95167141-
CMYK0.4300.160.35
HSL158.33º29.03%51.37%-
HSV(B)158.33º43.11%65.49%-
XYZ23.3531.9930.14-
YUV142.51127.1594.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=23.57%
G=41.44%
B=34.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951671410.4300.160.35158.3329.0351.37
Hex5FA78D2B010239e1d33
Octal13724721553020432363563
Binary101111110100111100011011010110100001000111001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA78D; }

 p { color: rgb(95,167,141); }

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

<style>
 a { background-color: #5FA78D; }

 a { background-color: rgb(95,167,141); }

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

<style>
 span { border-color: #5FA78D; }

 span { border-color: rgb(95,167,141); }

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