#619372

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

Shades of Oxley #619372

Tints of Oxley #619372

Color information

#619372 (or 0x619372) is unknown color: approx Oxley. HEX triplet: 61, 93 and 72. RGB value is (97,147,114). Sum of RGB (Red+Green+Blue) = 97+147+114=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #619372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619372 is #9E6C8D. Grayscale: #808080. Windows color (decimal): -10382478 or 7508833. OLE color: 7508833.

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

Color convert

RGB97147114-
CMYK0.3400.220.42
HSL140.4º20.49%47.84%-
HSV(B)140.4º34.01%57.65%-
XYZ18.424.6219.7-
YUV128.29119.94105.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=27.09%
G=41.06%
B=31.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471140.3400.220.42140.420.4947.84
Hex619372220162A8c1430
Octal14122316242026522142460
Binary11000011001001111100101000100101101010101000110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619372; }

 p { color: rgb(97,147,114); }

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

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

 a { background-color: rgb(97,147,114); }

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

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

 span { border-color: rgb(97,147,114); }

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