#91AF92

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

Shades of Dark Sea Green #91AF92

Tints of Dark Sea Green #91AF92

Color information

#91AF92 (or 0x91AF92) is unknown color: approx Dark Sea Green. HEX triplet: 91, AF and 92. RGB value is (145,175,146). Sum of RGB (Red+Green+Blue) = 145+175+146=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AF92 is #6E506D. Grayscale: #A2A2A2. Windows color (decimal): -7229550 or 9613201. OLE color: 9613201.

HSL color Cylindrical-coordinate representation of color #91AF92: hue angle of 122º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AF92 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB145175146-
CMYK0.1700.170.31
HSL122º15.79%62.75%-
HSV(B)122º17.14%68.63%-
XYZ32.238.7632.98-
YUV162.72118.56115.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=31.12%
G=37.55%
B=31.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451751460.1700.170.3112215.7962.75
Hex91AF92110111F7a103f
Octal22125722221021371722077
Binary1001000110101111100100101000101000111111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AF92; }

 p { color: rgb(145,175,146); }

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

<style>
 a { background-color: #91AF92; }

 a { background-color: rgb(145,175,146); }

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

<style>
 span { border-color: #91AF92; }

 span { border-color: rgb(145,175,146); }

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