Html Css Color HEX #8CB68F Dark Sea Green

📋 copy color: '#8CB68F'

red 140 ◦ green 182 ◦ blue 143

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

Shades of Dark Sea Green #8CB68F

Tints of Dark Sea Green #8CB68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 30.11%
G = 39.14%
B = 30.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#8CB68F (or 0x8CB68F) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 8F. RGB value is (140,182,143). Sum of RGB (Red+Green+Blue) = 140+182+143=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB68F is #734970. Grayscale: #A5A5A5. Windows color (decimal): -7555441 or 9418380. OLE color: 9418380.

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

Color convert

RGB 140 182 143 -
CMYK 0.23 0 0.21 0.29
HSL 124.29º 0.22% 0.63% -
HSV(B) 124.29º 0.23% 0.71% -
XYZ 32.5 41.01 32.19 -
YUV 165 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 140 182 143 0.23 0 0.21 0.29 124.29 0.22 0.63
Hex 8C B6 8F 17 0 15 1D 7C 16 3F
Octal 214 266 217 27 0 25 35 174 26 77
Binary 10001100 10110110 10001111 10111 0 10101 11101 1111100 10110 111111

Color Harmonies of #8CB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB68F

Black with #8CB68F

Text Example


Text Example

White with #8CB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,182,143); }

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

background-color css

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

 a { background-color: rgb(140,182,143); }

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

border-color css

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

 span { border-color: rgb(140,182,143); }

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