#619F73

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

Shades of Oxley #619F73

Tints of Oxley #619F73

Color information

#619F73 (or 0x619F73) is unknown color: approx Oxley. HEX triplet: 61, 9F and 73. RGB value is (97,159,115). Sum of RGB (Red+Green+Blue) = 97+159+115=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #619F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F73 is #9E608C. Grayscale: #878787. Windows color (decimal): -10379405 or 7577441. OLE color: 7577441.

HSL color Cylindrical-coordinate representation of color #619F73: hue angle of 137.42º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F73 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB97159115-
CMYK0.3900.280.38
HSL137.42º24.41%50.2%-
HSV(B)137.42º38.99%62.35%-
XYZ20.4228.5820.66-
YUV135.45116.46100.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=26.15%
G=42.86%
B=31.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971591150.3900.280.38137.4224.4150.2
Hex619F732701C26891832
Octal14123716347034462113062
Binary11000011001111111100111001110111001001101000100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F73; }

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

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

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

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

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

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

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

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