Html Css Color HEX #8CBD7D Dark Sea Green

📋 copy color: '#8CBD7D'

red 140 ◦ green 189 ◦ blue 125

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

Shades of Dark Sea Green #8CBD7D

Tints of Dark Sea Green #8CBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 30.84%
G = 41.63%
B = 27.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#8CBD7D (or 0x8CBD7D) is known color: Dark Sea Green. HEX triplet: 8C, BD and 7D. RGB value is (140,189,125). Sum of RGB (Red+Green+Blue) = 140+189+125=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD7D is #734282. Grayscale: #A7A7A7. Windows color (decimal): -7553667 or 8240524. OLE color: 8240524.

HSL color Cylindrical-coordinate representation of color #8CBD7D: hue angle of 105.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CBD7D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 189 125 -
CMYK 0.26 0 0.34 0.26
HSL 105.94º 0.33% 0.62% -
HSV(B) 105.94º 0.34% 0.74% -
XYZ 32.71 43.45 26.06 -
YUV 167.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 140 189 125 0.26 0 0.34 0.26 105.94 0.33 0.62
Hex 8C BD 7D 1A 0 22 1A 6A 21 3E
Octal 214 275 175 32 0 42 32 152 41 76
Binary 10001100 10111101 1111101 11010 0 100010 11010 1101010 100001 111110

Color Harmonies of #8CBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD7D

Black with #8CBD7D

Text Example


Text Example

White with #8CBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,125); }

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

background-color css

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

 a { background-color: rgb(140,189,125); }

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

border-color css

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

 span { border-color: rgb(140,189,125); }

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