Html Css Color HEX #93B68C Dark Sea Green

📋 copy color: '#93B68C'

red 147 ◦ green 182 ◦ blue 140

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

Shades of Dark Sea Green #93B68C

Tints of Dark Sea Green #93B68C

RGB

 RED value IS 147 (57.81% from 255) = 31.34%

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

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

R = 31.34%
G = 38.81%
B = 29.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#93B68C (or 0x93B68C) is known color: Dark Sea Green. HEX triplet: 93, B6 and 8C. RGB value is (147,182,140). Sum of RGB (Red+Green+Blue) = 147+182+140=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #93B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B68C is #6C4973. Grayscale: #A6A6A6. Windows color (decimal): -7096692 or 9221779. OLE color: 9221779.

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

Color convert

RGB 147 182 140 -
CMYK 0.19 0 0.23 0.29
HSL 110º 0.22% 0.63% -
HSV(B) 110º 0.23% 0.71% -
XYZ 33.49 41.55 31.07 -
YUV 166.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 147 182 140 0.19 0 0.23 0.29 110 0.22 0.63
Hex 93 B6 8C 13 0 17 1D 6E 16 3F
Octal 223 266 214 23 0 27 35 156 26 77
Binary 10010011 10110110 10001100 10011 0 10111 11101 1101110 10110 111111

Color Harmonies of #93B68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B68C

Black with #93B68C

Text Example


Text Example

White with #93B68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B68C; }

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

 H1.HeaderClassName
 {
   color: #93B68C;
 }
 .AnyTagClassName
 {
   color: #93B68C;
 }
</style>

background-color css

<style>
 a { background-color: #93B68C; }

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

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

border-color css

<style>
 span { border-color: #93B68C; }

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

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