Html Css Color HEX #8CB68C Dark Sea Green

📋 copy color: '#8CB68C'

red 140 ◦ green 182 ◦ blue 140

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

Shades of Dark Sea Green #8CB68C

Tints of Dark Sea Green #8CB68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#8CB68C (or 0x8CB68C) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 8C. RGB value is (140,182,140). Sum of RGB (Red+Green+Blue) = 140+182+140=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB68C is #734973. Grayscale: #A4A4A4. Windows color (decimal): -7555444 or 9221772. OLE color: 9221772.

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

Color convert

RGB 140 182 140 -
CMYK 0.23 0 0.23 0.29
HSL 120º 0.22% 0.63% -
HSV(B) 120º 0.23% 0.71% -
XYZ 32.28 40.92 31.01 -
YUV 164.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 140 182 140 0.23 0 0.23 0.29 120 0.22 0.63
Hex 8C B6 8C 17 0 17 1D 78 16 3F
Octal 214 266 214 27 0 27 35 170 26 77
Binary 10001100 10110110 10001100 10111 0 10111 11101 1111000 10110 111111

Color Harmonies of #8CB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB68C

Black with #8CB68C

Text Example


Text Example

White with #8CB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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