#91C085

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

Shades of Dark Sea Green #91C085

Tints of Dark Sea Green #91C085

Color information

#91C085 (or 0x91C085) is unknown color: approx Dark Sea Green. HEX triplet: 91, C0 and 85. RGB value is (145,192,133). Sum of RGB (Red+Green+Blue) = 145+192+133=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #91C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C085 is #6E3F7A. Grayscale: #ABABAB. Windows color (decimal): -7225211 or 8765585. OLE color: 8765585.

HSL color Cylindrical-coordinate representation of color #91C085: hue angle of 107.8º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91C085 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB145192133-
CMYK0.2400.310.25
HSL107.8º31.89%63.73%-
HSV(B)107.8º30.73%75.29%-
XYZ34.7645.4129.12-
YUV171.22106.43109.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=30.85%
G=40.85%
B=28.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451921330.2400.310.25107.831.8963.73
Hex91C0851801F196c2040
Octal221300205300373115440100
Binary100100011100000010000101110000111111100111011001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,192,133); }

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

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

 a { background-color: rgb(145,192,133); }

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

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

 span { border-color: rgb(145,192,133); }

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