Html Css Color HEX #96B691 Dark Sea Green

📋 copy color: '#96B691'

red 150 ◦ green 182 ◦ blue 145

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

Shades of Dark Sea Green #96B691

Tints of Dark Sea Green #96B691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.16%

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

R = 31.45%
G = 38.16%
B = 30.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#96B691 (or 0x96B691) is known color: Dark Sea Green. HEX triplet: 96, B6 and 91. RGB value is (150,182,145). Sum of RGB (Red+Green+Blue) = 150+182+145=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #96B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B691 is #69496E. Grayscale: #A8A8A8. Windows color (decimal): -6900079 or 9549462. OLE color: 9549462.

HSL color Cylindrical-coordinate representation of color #96B691: hue angle of 111.89º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B691 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 145 -
CMYK 0.18 0 0.20 0.29
HSL 111.89º 0.2% 0.64% -
HSV(B) 111.89º 0.2% 0.71% -
XYZ 34.42 41.98 33.08 -
YUV 168.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 150 182 145 0.18 0 0.20 0.29 111.89 0.2 0.64
Hex 96 B6 91 12 0 14 1D 70 14 40
Octal 226 266 221 22 0 24 35 160 24 100
Binary 10010110 10110110 10010001 10010 0 10100 11101 1110000 10100 1000000

Color Harmonies of #96B691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B691

Black with #96B691

Text Example


Text Example

White with #96B691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,145); }

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

background-color css

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

 a { background-color: rgb(150,182,145); }

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

border-color css

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

 span { border-color: rgb(150,182,145); }

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