#94B78F

Color #94B78F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #94B78F

Tints of Dark Sea Green #94B78F

Color information

#94B78F (or 0x94B78F) is unknown color: approx Dark Sea Green. HEX triplet: 94, B7 and 8F. RGB value is (148,183,143). Sum of RGB (Red+Green+Blue) = 148+183+143=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #94B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B78F is #6B4870. Grayscale: #A8A8A8. Windows color (decimal): -7030897 or 9418644. OLE color: 9418644.

HSL color Cylindrical-coordinate representation of color #94B78F: hue angle of 112.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94B78F is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB148183143-
CMYK0.1900.220.28
HSL112.5º21.74%63.92%-
HSV(B)112.5º21.86%71.76%-
XYZ34.142.1532.32-
YUV167.98113.9113.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=31.22%
G=38.61%
B=30.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831430.1900.220.28112.521.7463.92
Hex94B78F130161C701640
Octal224267217230263416026100
Binary10010100101101111000111110011010110111001110000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B78F; }

 p { color: rgb(148,183,143); }

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

<style>
 a { background-color: #94B78F; }

 a { background-color: rgb(148,183,143); }

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

<style>
 span { border-color: #94B78F; }

 span { border-color: rgb(148,183,143); }

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