#92AF92

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

Shades of Dark Sea Green #92AF92

Tints of Dark Sea Green #92AF92

Color information

#92AF92 (or 0x92AF92) is unknown color: approx Dark Sea Green. HEX triplet: 92, AF and 92. RGB value is (146,175,146). Sum of RGB (Red+Green+Blue) = 146+175+146=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AF92 is #6D506D. Grayscale: #A3A3A3. Windows color (decimal): -7164014 or 9613202. OLE color: 9613202.

HSL color Cylindrical-coordinate representation of color #92AF92: hue angle of 120º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92AF92 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB146175146-
CMYK0.1700.170.31
HSL120º15.34%62.94%-
HSV(B)120º16.57%68.63%-
XYZ32.3738.8532.99-
YUV163.02118.39115.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=31.26%
G=37.47%
B=31.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751460.1700.170.3112015.3462.94
Hex92AF92110111F78f3f
Octal22225722221021371701777
Binary100100101010111110010010100010100011111111110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AF92; }

 p { color: rgb(146,175,146); }

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

<style>
 a { background-color: #92AF92; }

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

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

<style>
 span { border-color: #92AF92; }

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

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