Html Css Color HEX #96B79A Dark Sea Green

📋 copy color: '#96B79A'

red 150 ◦ green 183 ◦ blue 154

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

Shades of Dark Sea Green #96B79A

Tints of Dark Sea Green #96B79A

RGB

 RED value IS 150 (58.98% from 255) = 30.8%

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 30.8%
G = 37.58%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#96B79A (or 0x96B79A) is known color: Dark Sea Green. HEX triplet: 96, B7 and 9A. RGB value is (150,183,154). Sum of RGB (Red+Green+Blue) = 150+183+154=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #96B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B79A is #694865. Grayscale: #A9A9A9. Windows color (decimal): -6899814 or 10139542. OLE color: 10139542.

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

Color convert

RGB 150 183 154 -
CMYK 0.18 0 0.16 0.28
HSL 127.27º 0.19% 0.65% -
HSV(B) 127.27º 0.18% 0.72% -
XYZ 35.34 42.68 36.95 -
YUV 169.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 150 183 154 0.18 0 0.16 0.28 127.27 0.19 0.65
Hex 96 B7 9A 12 0 10 1C 7F 13 41
Octal 226 267 232 22 0 20 34 177 23 101
Binary 10010110 10110111 10011010 10010 0 10000 11100 1111111 10011 1000001

Color Harmonies of #96B79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B79A

Black with #96B79A

Text Example


Text Example

White with #96B79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B79A; }

 p { color: rgb(150,183,154); }

 H1.HeaderClassName
 {
   color: #96B79A;
 }
 .AnyTagClassName
 {
   color: #96B79A;
 }
</style>

background-color css

<style>
 a { background-color: #96B79A; }

 a { background-color: rgb(150,183,154); }

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

border-color css

<style>
 span { border-color: #96B79A; }

 span { border-color: rgb(150,183,154); }

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