Html Css Color HEX #84B68A Dark Sea Green

📋 copy color: '#84B68A'

red 132 ◦ green 182 ◦ blue 138

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

Shades of Dark Sea Green #84B68A

Tints of Dark Sea Green #84B68A

RGB

 RED value IS 132 (51.95% from 255) = 29.2%

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

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 29.2%
G = 40.27%
B = 30.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#84B68A (or 0x84B68A) is known color: Dark Sea Green. HEX triplet: 84, B6 and 8A. RGB value is (132,182,138). Sum of RGB (Red+Green+Blue) = 132+182+138=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #84B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B68A is #7B4975. Grayscale: #A2A2A2. Windows color (decimal): -8079734 or 9090692. OLE color: 9090692.

HSL color Cylindrical-coordinate representation of color #84B68A: hue angle of 127.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B68A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 182 138 -
CMYK 0.27 0 0.24 0.29
HSL 127.2º 0.26% 0.62% -
HSV(B) 127.2º 0.27% 0.71% -
XYZ 30.83 40.2 30.18 -
YUV 162.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 132 182 138 0.27 0 0.24 0.29 127.2 0.26 0.62
Hex 84 B6 8A 1B 0 18 1D 7F 1A 3E
Octal 204 266 212 33 0 30 35 177 32 76
Binary 10000100 10110110 10001010 11011 0 11000 11101 1111111 11010 111110

Color Harmonies of #84B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B68A

Black with #84B68A

Text Example


Text Example

White with #84B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B68A; }

 p { color: rgb(132,182,138); }

 H1.HeaderClassName
 {
   color: #84B68A;
 }
 .AnyTagClassName
 {
   color: #84B68A;
 }
</style>

background-color css

<style>
 a { background-color: #84B68A; }

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

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

border-color css

<style>
 span { border-color: #84B68A; }

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

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