#94B796

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

Shades of Dark Sea Green #94B796

Tints of Dark Sea Green #94B796

Color information

#94B796 (or 0x94B796) is unknown color: approx Dark Sea Green. HEX triplet: 94, B7 and 96. RGB value is (148,183,150). Sum of RGB (Red+Green+Blue) = 148+183+150=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #94B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B796 is #6B4869. Grayscale: #A8A8A8. Windows color (decimal): -7030890 or 9877396. OLE color: 9877396.

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

Color convert

RGB148183150-
CMYK0.1900.180.28
HSL123.43º19.55%64.9%-
HSV(B)123.43º19.13%71.76%-
XYZ34.6542.3635.21-
YUV168.77117.4113.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=30.77%
G=38.05%
B=31.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831500.1900.180.28123.4319.5564.9
Hex94B796130121C7b1441
Octal224267226230223417324101
Binary10010100101101111001011010011010010111001111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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