Html Css Color HEX #8CB58A Dark Sea Green

📋 copy color: '#8CB58A'

red 140 ◦ green 181 ◦ blue 138

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

Shades of Dark Sea Green #8CB58A

Tints of Dark Sea Green #8CB58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 30.5%
G = 39.43%
B = 30.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#8CB58A (or 0x8CB58A) is known color: Dark Sea Green. HEX triplet: 8C, B5 and 8A. RGB value is (140,181,138). Sum of RGB (Red+Green+Blue) = 140+181+138=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB58A is #734A75. Grayscale: #A3A3A3. Windows color (decimal): -7555702 or 9090444. OLE color: 9090444.

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

Color convert

RGB 140 181 138 -
CMYK 0.23 0 0.24 0.29
HSL 117.21º 0.23% 0.63% -
HSV(B) 117.21º 0.24% 0.71% -
XYZ 31.93 40.46 30.17 -
YUV 163.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 140 181 138 0.23 0 0.24 0.29 117.21 0.23 0.63
Hex 8C B5 8A 17 0 18 1D 75 17 3F
Octal 214 265 212 27 0 30 35 165 27 77
Binary 10001100 10110101 10001010 10111 0 11000 11101 1110101 10111 111111

Color Harmonies of #8CB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB58A

Black with #8CB58A

Text Example


Text Example

White with #8CB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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