Html Css Color HEX #8DB692 Dark Sea Green

📋 copy color: '#8DB692'

red 141 ◦ green 182 ◦ blue 146

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

Shades of Dark Sea Green #8DB692

Tints of Dark Sea Green #8DB692

RGB

 RED value IS 141 (55.47% from 255) = 30.06%

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 146 (57.42% from 255) = 31.13%

R = 30.06%
G = 38.81%
B = 31.13%

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

#8DB692 (or 0x8DB692) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 92. RGB value is (141,182,146). Sum of RGB (Red+Green+Blue) = 141+182+146=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB692 is #72496D. Grayscale: #A5A5A5. Windows color (decimal): -7489902 or 9614989. OLE color: 9614989.

HSL color Cylindrical-coordinate representation of color #8DB692: 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 #8DB692 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 146 -
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.9 41.19 33.41 -
YUV 165.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 141 182 146 0.23 0 0.20 0.29 127.32 0.22 0.63
Hex 8D B6 92 17 0 14 1D 7F 16 3F
Octal 215 266 222 27 0 24 35 177 26 77
Binary 10001101 10110110 10010010 10111 0 10100 11101 1111111 10110 111111

Color Harmonies of #8DB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB692

Black with #8DB692

Text Example


Text Example

White with #8DB692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,182,146); }

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

background-color css

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

 a { background-color: rgb(141,182,146); }

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

border-color css

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

 span { border-color: rgb(141,182,146); }

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