#619373

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

Shades of Oxley #619373

Tints of Oxley #619373

Color information

#619373 (or 0x619373) is unknown color: approx Oxley. HEX triplet: 61, 93 and 73. RGB value is (97,147,115). Sum of RGB (Red+Green+Blue) = 97+147+115=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #619373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619373 is #9E6C8C. Grayscale: #808080. Windows color (decimal): -10382477 or 7574369. OLE color: 7574369.

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

Color convert

RGB97147115-
CMYK0.3400.220.42
HSL141.6º20.49%47.84%-
HSV(B)141.6º34.01%57.65%-
XYZ18.4624.6520-
YUV128.4120.44105.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=27.02%
G=40.95%
B=32.03%

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
Decimal971471150.3400.220.42141.620.4947.84
Hex619373220162A8e1430
Octal14122316342026522162460
Binary11000011001001111100111000100101101010101000111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619373; }

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

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

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

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

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

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

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

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