Html Css Color HEX #96B798 Dark Sea Green

📋 copy color: '#96B798'

red 150 ◦ green 183 ◦ blue 152

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

Shades of Dark Sea Green #96B798

Tints of Dark Sea Green #96B798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 30.93%
G = 37.73%
B = 31.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#96B798 (or 0x96B798) is known color: Dark Sea Green. HEX triplet: 96, B7 and 98. RGB value is (150,183,152). Sum of RGB (Red+Green+Blue) = 150+183+152=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #96B798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B798 is #694867. Grayscale: #A9A9A9. Windows color (decimal): -6899816 or 10008470. OLE color: 10008470.

HSL color Cylindrical-coordinate representation of color #96B798: hue angle of 123.64º 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 #96B798 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 152 -
CMYK 0.18 0 0.17 0.28
HSL 123.64º 0.19% 0.65% -
HSV(B) 123.64º 0.18% 0.72% -
XYZ 35.18 42.62 36.08 -
YUV 169.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 150 183 152 0.18 0 0.17 0.28 123.64 0.19 0.65
Hex 96 B7 98 12 0 11 1C 7C 13 41
Octal 226 267 230 22 0 21 34 174 23 101
Binary 10010110 10110111 10011000 10010 0 10001 11100 1111100 10011 1000001

Color Harmonies of #96B798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B798

Black with #96B798

Text Example


Text Example

White with #96B798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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