Html Css Color HEX #8CB793 Dark Sea Green

📋 copy color: '#8CB793'

red 140 ◦ green 183 ◦ blue 147

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

Shades of Dark Sea Green #8CB793

Tints of Dark Sea Green #8CB793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 29.79%
G = 38.94%
B = 31.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#8CB793 (or 0x8CB793) is known color: Dark Sea Green. HEX triplet: 8C, B7 and 93. RGB value is (140,183,147). Sum of RGB (Red+Green+Blue) = 140+183+147=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB793 is #73486C. Grayscale: #A6A6A6. Windows color (decimal): -7555181 or 9680780. OLE color: 9680780.

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

Color convert

RGB 140 183 147 -
CMYK 0.23 0 0.20 0.28
HSL 129.77º 0.23% 0.63% -
HSV(B) 129.77º 0.23% 0.72% -
XYZ 33.02 41.55 33.88 -
YUV 166.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 140 183 147 0.23 0 0.20 0.28 129.77 0.23 0.63
Hex 8C B7 93 17 0 14 1C 82 17 3F
Octal 214 267 223 27 0 24 34 202 27 77
Binary 10001100 10110111 10010011 10111 0 10100 11100 10000010 10111 111111

Color Harmonies of #8CB793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB793

Black with #8CB793

Text Example


Text Example

White with #8CB793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,147); }

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

background-color css

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

 a { background-color: rgb(140,183,147); }

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

border-color css

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

 span { border-color: rgb(140,183,147); }

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