#619573

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

Shades of Oxley #619573

Tints of Oxley #619573

Color information

#619573 (or 0x619573) is unknown color: approx Oxley. HEX triplet: 61, 95 and 73. RGB value is (97,149,115). Sum of RGB (Red+Green+Blue) = 97+149+115=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #619573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619573 is #9E6A8C. Grayscale: #818181. Windows color (decimal): -10381965 or 7574881. OLE color: 7574881.

HSL color Cylindrical-coordinate representation of color #619573: hue angle of 140.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619573 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB97149115-
CMYK0.3500.230.42
HSL140.77º21.14%48.24%-
HSV(B)140.77º34.9%58.43%-
XYZ18.7725.2720.11-
YUV129.58119.77104.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=26.87%
G=41.27%
B=31.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491150.3500.230.42140.7721.1448.24
Hex619573230172A8d1530
Octal14122516343027522152560
Binary11000011001010111100111000110101111010101000110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619573; }

 p { color: rgb(97,149,115); }

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

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

 a { background-color: rgb(97,149,115); }

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

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

 span { border-color: rgb(97,149,115); }

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