#94B797

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

Shades of Dark Sea Green #94B797

Tints of Dark Sea Green #94B797

Color information

#94B797 (or 0x94B797) is unknown color: approx Dark Sea Green. HEX triplet: 94, B7 and 97. RGB value is (148,183,151). Sum of RGB (Red+Green+Blue) = 148+183+151=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #94B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B797 is #6B4868. Grayscale: #A8A8A8. Windows color (decimal): -7030889 or 9942932. OLE color: 9942932.

HSL color Cylindrical-coordinate representation of color #94B797: hue angle of 125.14º 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 #94B797 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB148183151-
CMYK0.1900.170.28
HSL125.14º19.55%64.9%-
HSV(B)125.14º19.13%71.76%-
XYZ34.7342.435.63-
YUV168.89117.9113.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=30.71%
G=37.97%
B=31.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831510.1900.170.28125.1419.5564.9
Hex94B797130111C7d1441
Octal224267227230213417524101
Binary10010100101101111001011110011010001111001111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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