Html Css Color HEX #95B794 Dark Sea Green

📋 copy color: '#95B794'

red 149 ◦ green 183 ◦ blue 148

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

Shades of Dark Sea Green #95B794

Tints of Dark Sea Green #95B794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 31.04%
G = 38.13%
B = 30.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#95B794 (or 0x95B794) is known color: Dark Sea Green. HEX triplet: 95, B7 and 94. RGB value is (149,183,148). Sum of RGB (Red+Green+Blue) = 149+183+148=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #95B794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B794 is #6A486B. Grayscale: #A8A8A8. Windows color (decimal): -6965356 or 9746325. OLE color: 9746325.

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

Color convert

RGB 149 183 148 -
CMYK 0.19 0 0.19 0.28
HSL 118.29º 0.2% 0.65% -
HSV(B) 118.29º 0.19% 0.72% -
XYZ 34.67 42.39 34.37 -
YUV 168.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 149 183 148 0.19 0 0.19 0.28 118.29 0.2 0.65
Hex 95 B7 94 13 0 13 1C 76 14 41
Octal 225 267 224 23 0 23 34 166 24 101
Binary 10010101 10110111 10010100 10011 0 10011 11100 1110110 10100 1000001

Color Harmonies of #95B794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B794

Black with #95B794

Text Example


Text Example

White with #95B794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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