Html Css Color HEX #96C690 Dark Sea Green

📋 copy color: '#96C690'

red 150 ◦ green 198 ◦ blue 144

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

Shades of Dark Sea Green #96C690

Tints of Dark Sea Green #96C690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 30.49%
G = 40.24%
B = 29.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#96C690 (or 0x96C690) is known color: Dark Sea Green. HEX triplet: 96, C6 and 90. RGB value is (150,198,144). Sum of RGB (Red+Green+Blue) = 150+198+144=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #96C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C690 is #69396F. Grayscale: #B1B1B1. Windows color (decimal): -6895984 or 9488022. OLE color: 9488022.

HSL color Cylindrical-coordinate representation of color #96C690: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C690 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 144 -
CMYK 0.24 0 0.27 0.22
HSL 113.33º 0.32% 0.67% -
HSV(B) 113.33º 0.27% 0.78% -
XYZ 37.81 48.89 33.83 -
YUV 177.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 150 198 144 0.24 0 0.27 0.22 113.33 0.32 0.67
Hex 96 C6 90 18 0 1B 16 71 20 43
Octal 226 306 220 30 0 33 26 161 40 103
Binary 10010110 11000110 10010000 11000 0 11011 10110 1110001 100000 1000011

Color Harmonies of #96C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C690

Black with #96C690

Text Example


Text Example

White with #96C690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,144); }

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

background-color css

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

 a { background-color: rgb(150,198,144); }

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

border-color css

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

 span { border-color: rgb(150,198,144); }

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