Html Css Color HEX #8CB591 Dark Sea Green

📋 copy color: '#8CB591'

red 140 ◦ green 181 ◦ blue 145

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

Shades of Dark Sea Green #8CB591

Tints of Dark Sea Green #8CB591

RGB

 RED value IS 140 (55.08% from 255) = 30.04%

 GREEN value IS 181 (71.09% from 255) = 38.84%

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

R = 30.04%
G = 38.84%
B = 31.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#8CB591 (or 0x8CB591) is known color: Dark Sea Green. HEX triplet: 8C, B5 and 91. RGB value is (140,181,145). Sum of RGB (Red+Green+Blue) = 140+181+145=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB591 is #734A6E. Grayscale: #A4A4A4. Windows color (decimal): -7555695 or 9549196. OLE color: 9549196.

HSL color Cylindrical-coordinate representation of color #8CB591: hue angle of 127.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB591 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 145 -
CMYK 0.23 0 0.20 0.29
HSL 127.32º 0.22% 0.63% -
HSV(B) 127.32º 0.23% 0.71% -
XYZ 32.45 40.67 32.93 -
YUV 164.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 140 181 145 0.23 0 0.20 0.29 127.32 0.22 0.63
Hex 8C B5 91 17 0 14 1D 7F 16 3F
Octal 214 265 221 27 0 24 35 177 26 77
Binary 10001100 10110101 10010001 10111 0 10100 11101 1111111 10110 111111

Color Harmonies of #8CB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB591

Black with #8CB591

Text Example


Text Example

White with #8CB591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB591; }

 p { color: rgb(140,181,145); }

 H1.HeaderClassName
 {
   color: #8CB591;
 }
 .AnyTagClassName
 {
   color: #8CB591;
 }
</style>

background-color css

<style>
 a { background-color: #8CB591; }

 a { background-color: rgb(140,181,145); }

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

border-color css

<style>
 span { border-color: #8CB591; }

 span { border-color: rgb(140,181,145); }

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