#94B792

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

Shades of Dark Sea Green #94B792

Tints of Dark Sea Green #94B792

Color information

#94B792 (or 0x94B792) is unknown color: approx Dark Sea Green. HEX triplet: 94, B7 and 92. RGB value is (148,183,146). Sum of RGB (Red+Green+Blue) = 148+183+146=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #94B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B792 is #6B486D. Grayscale: #A8A8A8. Windows color (decimal): -7030894 or 9615252. OLE color: 9615252.

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

Color convert

RGB148183146-
CMYK0.1900.200.28
HSL116.76º20.44%64.51%-
HSV(B)116.76º20.22%71.76%-
XYZ34.3342.2433.54-
YUV168.32115.4113.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=31.03%
G=38.36%
B=30.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831460.1900.200.28116.7620.4464.51
Hex94B792130141C751441
Octal224267222230243416524101
Binary10010100101101111001001010011010100111001110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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