Html Css Color HEX #8CBF80 Dark Sea Green

📋 copy color: '#8CBF80'

red 140 ◦ green 191 ◦ blue 128

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

Shades of Dark Sea Green #8CBF80

Tints of Dark Sea Green #8CBF80

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 30.5%
G = 41.61%
B = 27.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#8CBF80 (or 0x8CBF80) is known color: Dark Sea Green. HEX triplet: 8C, BF and 80. RGB value is (140,191,128). Sum of RGB (Red+Green+Blue) = 140+191+128=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF80 is #73407F. Grayscale: #A8A8A8. Windows color (decimal): -7553152 or 8437644. OLE color: 8437644.

HSL color Cylindrical-coordinate representation of color #8CBF80: hue angle of 108.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBF80 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 128 -
CMYK 0.27 0 0.33 0.25
HSL 108.57º 0.33% 0.63% -
HSV(B) 108.57º 0.33% 0.75% -
XYZ 33.34 44.4 27.23 -
YUV 168.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 140 191 128 0.27 0 0.33 0.25 108.57 0.33 0.63
Hex 8C BF 80 1B 0 21 19 6D 21 3F
Octal 214 277 200 33 0 41 31 155 41 77
Binary 10001100 10111111 10000000 11011 0 100001 11001 1101101 100001 111111

Color Harmonies of #8CBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF80

Black with #8CBF80

Text Example


Text Example

White with #8CBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,128); }

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

background-color css

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

 a { background-color: rgb(140,191,128); }

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

border-color css

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

 span { border-color: rgb(140,191,128); }

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