#57926A

Color #57926A Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #57926A

Tints of Oxley #57926A

Color information

#57926A (or 0x57926A) is unknown color: approx Oxley. HEX triplet: 57, 92 and 6A. RGB value is (87,146,106). Sum of RGB (Red+Green+Blue) = 87+146+106=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #57926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57926A is #A86D95. Grayscale: #7B7B7B. Windows color (decimal): -11038102 or 6984279. OLE color: 6984279.

HSL color Cylindrical-coordinate representation of color #57926A: hue angle of 139.32º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57926A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB87146106-
CMYK0.4000.270.43
HSL139.32º25.32%45.69%-
HSV(B)139.32º40.41%57.25%-
XYZ16.8123.6217.31-
YUV123.8117.95101.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=25.66%
G=43.07%
B=31.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461060.4000.270.43139.3225.3245.69
Hex57926A2801B2B8b192e
Octal12722215250033532133156
Binary10101111001001011010101010000110111010111000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57926A; }

 p { color: rgb(87,146,106); }

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

<style>
 a { background-color: #57926A; }

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

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

<style>
 span { border-color: #57926A; }

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

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