Html Css Color HEX #95B791 Dark Sea Green

📋 copy color: '#95B791'

red 149 ◦ green 183 ◦ blue 145

#95B791
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #95B791

Tints of Dark Sea Green #95B791

RGB

 RED value IS 149 (58.59% from 255) = 31.24%

 GREEN value IS 183 (71.88% from 255) = 38.36%

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 31.24%
G = 38.36%
B = 30.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#95B791 (or 0x95B791) is known color: Dark Sea Green. HEX triplet: 95, B7 and 91. RGB value is (149,183,145). Sum of RGB (Red+Green+Blue) = 149+183+145=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #95B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B791 is #6A486E. Grayscale: #A8A8A8. Windows color (decimal): -6965359 or 9549717. OLE color: 9549717.

HSL color Cylindrical-coordinate representation of color #95B791: hue angle of 113.68º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B791 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 145 -
CMYK 0.19 0 0.21 0.28
HSL 113.68º 0.21% 0.64% -
HSV(B) 113.68º 0.21% 0.72% -
XYZ 34.44 42.3 33.14 -
YUV 168.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 149 183 145 0.19 0 0.21 0.28 113.68 0.21 0.64
Hex 95 B7 91 13 0 15 1C 72 15 40
Octal 225 267 221 23 0 25 34 162 25 100
Binary 10010101 10110111 10010001 10011 0 10101 11100 1110010 10101 1000000

Color Harmonies of #95B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B791

Black with #95B791

Text Example


Text Example

White with #95B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B791; }

 p { color: rgb(149,183,145); }

 H1.HeaderClassName
 {
   color: #95B791;
 }
 .AnyTagClassName
 {
   color: #95B791;
 }
</style>

background-color css

<style>
 a { background-color: #95B791; }

 a { background-color: rgb(149,183,145); }

 div.DivClassName
 {
   background-color: #95B791;
 }
 .BgClassName
 {
   background-color: #95B791;
 }
</style>

border-color css

<style>
 span { border-color: #95B791; }

 span { border-color: rgb(149,183,145); }

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