#82B67C

Color #82B67C Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #82B67C

Tints of Dark Sea Green #82B67C

Color information

#82B67C (or 0x82B67C) is unknown color: approx Dark Sea Green. HEX triplet: 82, B6 and 7C. RGB value is (130,182,124). Sum of RGB (Red+Green+Blue) = 130+182+124=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #82B67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B67C is #7D4983. Grayscale: #A0A0A0. Windows color (decimal): -8210820 or 8173186. OLE color: 8173186.

HSL color Cylindrical-coordinate representation of color #82B67C: hue angle of 113.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B67C is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB130182124-
CMYK0.2900.320.29
HSL113.79º28.43%60%-
HSV(B)113.79º31.87%71.37%-
XYZ29.5739.6625.16-
YUV159.84107.77106.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=29.82%
G=41.74%
B=28.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301821240.2900.320.29113.7928.4360
Hex82B67C1D0201D721c3c
Octal20226617435040351623474
Binary1000001010110110111110011101010000011101111001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B67C; }

 p { color: rgb(130,182,124); }

 H1.HeaderClassName
 {
   color: #82B67C;
 }
 .AnyTagClassName
 {
   color: #82B67C;
 }
</style>
background-color css

<style>
 a { background-color: #82B67C; }

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

 div.DivClassName
 {
   background-color: #82B67C;
 }
 .BgClassName
 {
   background-color: #82B67C;
 }
</style>
border-color css

<style>
 span { border-color: #82B67C; }

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

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