#84AF7F

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

Shades of Dark Sea Green #84AF7F

Tints of Dark Sea Green #84AF7F

Color information

#84AF7F (or 0x84AF7F) is unknown color: approx Dark Sea Green. HEX triplet: 84, AF and 7F. RGB value is (132,175,127). Sum of RGB (Red+Green+Blue) = 132+175+127=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF7F is #7B5080. Grayscale: #9C9C9C. Windows color (decimal): -8081537 or 8368004. OLE color: 8368004.

HSL color Cylindrical-coordinate representation of color #84AF7F: hue angle of 113.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AF7F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB132175127-
CMYK0.2500.270.31
HSL113.75º23.08%59.22%-
HSV(B)113.75º27.43%68.63%-
XYZ28.6837.125.73-
YUV156.67111.25110.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 127 (50% from 255) = 29.26%
R=30.41%
G=40.32%
B=29.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751270.2500.270.31113.7523.0859.22
Hex84AF7F1901B1F72173b
Octal20425717731033371622773
Binary100001001010111111111111100101101111111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,127); }

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

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

 a { background-color: rgb(132,175,127); }

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

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

 span { border-color: rgb(132,175,127); }

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