#619576

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

Shades of Oxley #619576

Tints of Oxley #619576

Color information

#619576 (or 0x619576) is unknown color: approx Oxley. HEX triplet: 61, 95 and 76. RGB value is (97,149,118). Sum of RGB (Red+Green+Blue) = 97+149+118=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #619576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619576 is #9E6A89. Grayscale: #818181. Windows color (decimal): -10381962 or 7771489. OLE color: 7771489.

HSL color Cylindrical-coordinate representation of color #619576: hue angle of 144.23º 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 #619576 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB97149118-
CMYK0.3500.210.42
HSL144.23º21.14%48.24%-
HSV(B)144.23º34.9%58.43%-
XYZ18.9525.3421.03-
YUV129.92121.27104.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=26.65%
G=40.93%
B=32.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491180.3500.210.42144.2321.1448.24
Hex619576230152A901530
Octal14122516643025522202560
Binary11000011001010111101101000110101011010101001000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619576; }

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

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

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

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

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

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

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

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